diff options
author | Andras Timar <timar@fsf.hu> | 2011-03-01 09:20:25 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-03-01 09:20:25 +0100 |
commit | d23badb2a10fe7ce9488f39d2bbee2e1b0c61ce5 (patch) | |
tree | a327df5091fd8ffc03fd4f9a48cbe234cdd31b45 | |
parent | c021e070fe4d401d067725b9058010cf16e2c5c8 (diff) |
help: fix typo $PRODUCTNAME -> %PRODUCTNAME fdo#34857LO-BASE-INTEGRATION-DEV300_M101gr2
-rwxr-xr-x | helpcontent2/source/text/swriter/guide/words_count.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/source/text/swriter/guide/words_count.xhp b/helpcontent2/source/text/swriter/guide/words_count.xhp index bf33aedb3c..55ac85c5bd 100755 --- a/helpcontent2/source/text/swriter/guide/words_count.xhp +++ b/helpcontent2/source/text/swriter/guide/words_count.xhp @@ -58,7 +58,7 @@ </listitem> </list> <section id="how"> - <paragraph xml-lang="en-US" id="hd_id1116200901133957" role="heading" level="2" l10n="NEW">How does $PRODUCTNAME count words?</paragraph> + <paragraph xml-lang="en-US" id="hd_id1116200901133957" role="heading" level="2" l10n="NEW">How does %PRODUCTNAME count words?</paragraph> <paragraph xml-lang="en-US" id="par_id1116200901133998" role="paragraph" l10n="NEW">In general, every string of characters between two spaces is a word. Tabs, line breaks, and paragraph breaks are word limits, too.</paragraph> <paragraph xml-lang="en-US" id="par_id1116200901133985" role="paragraph" l10n="NEW">Words with dashes or always visible hyphens, as in plug-in, add-on, user/config, are counted as one word each.</paragraph> <paragraph xml-lang="en-US" id="par_id111620090113399" role="paragraph" l10n="NEW">The words can be a mix of letters, numbers, and special characters. So the following text counts as four words: abc123 1.23 "$" http://www.example.com.</paragraph> @@ -67,4 +67,4 @@ <embed href="text/shared/00/00000004.xhp#related"/> <paragraph xml-lang="en-US" id="par_id3147418" role="paragraph" l10n="U" oldref="4"><link href="text/shared/01/01100400.xhp" name="File - Properties - Statistics">File - Properties - Statistics</link></paragraph> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |