diff --git a/src/managed/OpenLiveWriter.Localization/StringId.cs b/src/managed/OpenLiveWriter.Localization/StringId.cs
index ecd94871..7abe2d80 100644
--- a/src/managed/OpenLiveWriter.Localization/StringId.cs
+++ b/src/managed/OpenLiveWriter.Localization/StringId.cs
@@ -1159,11 +1159,11 @@ namespace OpenLiveWriter.Localization
///
CWStaticSiteLocalSitePath,
///
- /// Drafts path: (relative)
+ /// Drafts path: (relative, required if drafts enabled)
///
CWStaticSitePathsDraftsPath,
///
- /// Images path: (relative)
+ /// Images path: (relative, required if images enabled)
///
CWStaticSitePathsImagesPath,
///
@@ -1175,7 +1175,7 @@ namespace OpenLiveWriter.Localization
///
CWStaticSitePathsPagesInRoot,
///
- /// Pages path: (relative)
+ /// Pages path: (relative, required if pages enabled)
///
CWStaticSitePathsPagesPath,
///
diff --git a/src/managed/OpenLiveWriter.Localization/Strings.csv b/src/managed/OpenLiveWriter.Localization/Strings.csv
index 8cc9dd1d..e2e17012 100644
--- a/src/managed/OpenLiveWriter.Localization/Strings.csv
+++ b/src/managed/OpenLiveWriter.Localization/Strings.csv
@@ -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.",
diff --git a/src/managed/OpenLiveWriter.Localization/Strings.resx b/src/managed/OpenLiveWriter.Localization/Strings.resx
index 6a2e07de..6c447934 100644
--- a/src/managed/OpenLiveWriter.Localization/Strings.resx
+++ b/src/managed/OpenLiveWriter.Localization/Strings.resx
@@ -992,10 +992,10 @@
Path to local static site:
- Drafts path: (relative)
+ Drafts path: (relative, required if drafts enabled)
- Images path: (relative)
+ Images path: (relative, required if images enabled)
Build output path: (relative, required if building enabled)
@@ -1004,7 +1004,7 @@
Pages stored in site root
- Pages path: (relative)
+ Pages path: (relative, required if pages enabled)
Posts path: (relative)