ssg: strings: remove PostUrlFormat string from StringId and resources
This commit is contained in:
parent
4451d96ba9
commit
025a49f1f5
|
@ -1230,14 +1230,6 @@ namespace OpenLiveWriter.Localization
|
|||
/// Provide site URL and paths
|
||||
/// </summary>
|
||||
CWStaticSitePathsTitle,
|
||||
/// <summary>
|
||||
/// Blog post URL format:
|
||||
/// </summary>
|
||||
CWStaticSitePathsUrlFormat,
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
CWStaticSitePathsUrlFormatSubtitle,
|
||||
/// <summary>
|
||||
/// Add Blog Wizard
|
||||
/// </summary>
|
||||
|
|
|
@ -1045,12 +1045,6 @@
|
|||
<data name="CWStaticSitePathsTitle" xml:space="preserve">
|
||||
<value>Provide site URL and paths</value>
|
||||
</data>
|
||||
<data name="CWStaticSitePathsUrlFormat" xml:space="preserve">
|
||||
<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. Use %y for four-digit year, %m and %d for two digit months and days respectively. %f for post filenames.</value>
|
||||
</data>
|
||||
<data name="CWTitle" xml:space="preserve">
|
||||
<value>Add Blog Wizard</value>
|
||||
<comment>Caption of the Add Blog Wizard window.</comment></data>
|
||||
|
|
Loading…
Reference in New Issue