Bug 52088 - Hardcoded product name in installer string
Summary: Hardcoded product name in installer string
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
3.6.0.1 rc
Hardware: Other Windows (All)
: medium normal
Assignee: Andras Timar
URL:
Whiteboard: target:3.7.0
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-14 15:29 UTC by Andrea Pescetti
Modified: 2012-07-15 15:40 UTC (History)
0 users

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 Andrea Pescetti 2012-07-14 15:29:41 UTC
String EE01 (description: SIS.ulf#OOO_SIS_COMMENT.LngText.text ) in the English version has a hard-coded Product Name:

This installer database contains the logic and data required to install LibreOffice.

Other strings from the same file, which in Pootle becomes

LibreOffice 3.6 – UI » instsetoo_native / inc_openoffice / windows / msi_languages.po

correctly use the [ProductName] placeholder, and this one should follow the same conventions: "LibreOffice" -> "[ProductName]".

[Found during Italian translations for version 3.6]
Comment 1 Not Assigned 2012-07-15 15:40:36 UTC
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=1b31d5fb52ebdf9c32ec50dd5521724bc1b1c73e

fdo#52088 use [ProductName] placeholder instead of LibreOffice