ssg: strings: update post url format hint
This commit is contained in:
parent
e0dc086348
commit
63a0ff881d
|
@ -1195,7 +1195,7 @@ namespace OpenLiveWriter.Localization
|
|||
/// </summary>
|
||||
CWStaticSitePathsUrlFormat,
|
||||
/// <summary>
|
||||
/// Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug.
|
||||
/// Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug, includes file extension.
|
||||
/// </summary>
|
||||
CWStaticSitePathsUrlFormatSubtitle,
|
||||
/// <summary>
|
||||
|
|
|
@ -384,7 +384,7 @@ CWStaticSitePathsDraftsPath,Drafts path: (relative),
|
|||
CWStaticSitePathsImagesPath,Images path: (relative),
|
||||
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. Follows .NET Date formatting conventions. Use %%SLUG for post slug.,
|
||||
CWStaticSitePathsUrlFormatSubtitle,"Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug, includes file extension.",
|
||||
CWStaticSiteConfigDetection,"{0} was able to automatically determine a partial configuration for your site. Please confirm that the pre-filled details on the next pages are correct, and complete the other missing fields.",{0} - Product name
|
||||
CWStaticSiteLocalSitePath,Path to local static site:,
|
||||
CWStaticSiteBuildCommand,Build command:,
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 52.
|
|
@ -1019,7 +1019,7 @@
|
|||
<value>Blog post URL format:</value>
|
||||
</data>
|
||||
<data name="CWStaticSitePathsUrlFormatSubtitle" xml:space="preserve">
|
||||
<value>Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug.</value>
|
||||
<value>Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug, includes file extension.</value>
|
||||
</data>
|
||||
<data name="CWStaticSitePublishCommand" xml:space="preserve">
|
||||
<value>Publish command:</value>
|
||||
|
|
Loading…
Reference in New Issue