Bug 34857 - Variable $PRODUCTNAME appears on Word Count page in product help
Summary: Variable $PRODUCTNAME appears on Word Count page in product help
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
3.3.1 release
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 00:03 UTC by sophie
Modified: 2011-03-12 03:59 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sophie 2011-03-01 00:03:50 UTC
The variable name $PRODUCTNAME appears in the product help. 
To reproduce:
- Tools > Word count > in the dialog hit the help button.
The file is
/text/swriter/guide/words_count.xhp
#: words_count.xhp#hd_id1116200901133957.help.text
msgid "How does $PRODUCTNAME count words?"

The wiki help page is correct:
http://help.libreoffice.org/Writer/Word_Count
Comment 1 Andras Timar 2011-03-01 00:26:23 UTC
Variable should have been %PRODUCTNAME not $PRODUCTNAME. Fixed on master.
http://cgit.freedesktop.org/libreoffice/help/commit/?id=d23badb2a10fe7ce9488f39d2bbee2e1b0c61ce5
Comment 2 Jean-Baptiste Faure 2011-03-12 03:49:36 UTC
It seems that this commit has not been backported to 3.3.2 as suggested by http://cgit.freedesktop.org/libreoffice/build/plain/NEWS?id=libreoffice-3-3-2

Best regards. JBF
Comment 3 Andras Timar 2011-03-12 03:59:46 UTC
(In reply to comment #2)
> It seems that this commit has not been backported to 3.3.2 as suggested by
> http://cgit.freedesktop.org/libreoffice/build/plain/NEWS?id=libreoffice-3-3-2

http://cgit.freedesktop.org/libreoffice/help/commit/?h=libreoffice-3-3&id=f434a4e0ec81cecb3cebd8f06cd4e5799f078932

I also fixed all translations but somehow French was changed back to the wrong version. Thanks for reporting, I'll check it again.