ssg: strings: make some wizard strings consistent

This commit is contained in:
Nick Vella 2019-07-06 23:07:47 +10:00
parent 80f6d25354
commit 6f7c5cb34c
3 changed files with 9 additions and 9 deletions

View File

@ -1159,11 +1159,11 @@ namespace OpenLiveWriter.Localization
/// </summary>
CWStaticSiteLocalSitePath,
/// <summary>
/// Drafts path: (relative)
/// Drafts path: (relative, required if drafts enabled)
/// </summary>
CWStaticSitePathsDraftsPath,
/// <summary>
/// Images path: (relative)
/// Images path: (relative, required if images enabled)
/// </summary>
CWStaticSitePathsImagesPath,
/// <summary>
@ -1175,7 +1175,7 @@ namespace OpenLiveWriter.Localization
/// </summary>
CWStaticSitePathsPagesInRoot,
/// <summary>
/// Pages path: (relative)
/// Pages path: (relative, required if pages enabled)
/// </summary>
CWStaticSitePathsPagesPath,
/// <summary>

View File

@ -378,10 +378,10 @@ CWStaticSiteInitialSubtitleAlreadyDetected,"{0} has already attempted configurat
CWStaticSitePathsTitle,Provide site URL and paths,
CWStaticSitePathsSiteUrl,Public site URL:,
CWStaticSitePathsPostsPath,Posts path: (relative),
CWStaticSitePathsPagesPath,Pages path: (relative),
CWStaticSitePathsPagesPath,"Pages path: (relative, required if pages enabled)",
CWStaticSitePathsPagesInRoot,Pages stored in site root,
CWStaticSitePathsDraftsPath,Drafts path: (relative),
CWStaticSitePathsImagesPath,Images path: (relative),
CWStaticSitePathsDraftsPath,"Drafts path: (relative, required if drafts enabled)",
CWStaticSitePathsImagesPath,"Images path: (relative, required if images enabled)",
CWStaticSitePathsOutputPath,"Build output path: (relative, required if building enabled)",
CWStaticSitePathsUrlFormat,Blog post URL format:,
CWStaticSitePathsUrlFormatSubtitle,"Appended to site URL for automatic display of post after publish. Use %y for four-digit year, %m and %d for two digit months and days respectively. %f for post filenames.",

Can't render this file because it has a wrong number of fields in line 52.

View File

@ -992,10 +992,10 @@
<value>Path to local static site:</value>
</data>
<data name="CWStaticSitePathsDraftsPath" xml:space="preserve">
<value>Drafts path: (relative)</value>
<value>Drafts path: (relative, required if drafts enabled)</value>
</data>
<data name="CWStaticSitePathsImagesPath" xml:space="preserve">
<value>Images path: (relative)</value>
<value>Images path: (relative, required if images enabled)</value>
</data>
<data name="CWStaticSitePathsOutputPath" xml:space="preserve">
<value>Build output path: (relative, required if building enabled)</value>
@ -1004,7 +1004,7 @@
<value>Pages stored in site root</value>
</data>
<data name="CWStaticSitePathsPagesPath" xml:space="preserve">
<value>Pages path: (relative)</value>
<value>Pages path: (relative, required if pages enabled)</value>
</data>
<data name="CWStaticSitePathsPostsPath" xml:space="preserve">
<value>Posts path: (relative)</value>