Browse Source

* Changed customization method texts

git-svn-id: trunk@47504 -
(cherry picked from commit b00450437bdd138454f87901a818313b1035b5bc)
michael 4 years ago
parent
commit
e0cc112e09
1 changed files with 3 additions and 3 deletions
  1. 3 3
      utils/fpdoc/dglobals.pp

+ 3 - 3
utils/fpdoc/dglobals.pp

@@ -113,9 +113,9 @@ resourcestring
   SManUsagePackageDescription = 'Use descr as the description of man pages';
   SManUsagePackageDescription = 'Use descr as the description of man pages';
   
   
   // HTML usage
   // HTML usage
-  SHTMLUsageFooter = 'Append xhtml from file as footer to html page';
-  SHTMLUsageNavigator = 'Append xhtml from file in navigator bar';
-  SHTMLUsageHeader = 'Append xhtml from file as header to html page';
+  SHTMLUsageFooter = 'Append xhtml (@filename reads from file) as footer to html page';
+  SHTMLUsageNavigator = 'Append xhtml (@filename reads from file) in navigator bar';
+  SHTMLUsageHeader = 'Append xhtml (@filename reads from file) as header to html page below navigation bar';
   SHTMLUsageFooterDate = 'Append footer with date. fmt is Optional format for FormatDateTime';
   SHTMLUsageFooterDate = 'Append footer with date. fmt is Optional format for FormatDateTime';
   SHTMLUsageCharset = 'Set the HTML character set';
   SHTMLUsageCharset = 'Set the HTML character set';
   SHTMLHtmlSearch = 'Add search page with given name to the menu bar';
   SHTMLHtmlSearch = 'Add search page with given name to the menu bar';