diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-18 14:51:50 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-19 01:02:00 +0100 |
commit | 6c1669a1e08f8467757e0fc75917c4f96fdabb68 (patch) | |
tree | 7557e39822dbe95ec3994d664a1305b5d97bf5e1 /instsetoo_native | |
parent | 20949cc3489fc834a5b3f85a87af97f17c3febdc (diff) |
Remove a hardcoded product name from a translatable string
Fix the string’s grammar while at it.
Follow-up for commit 128dabf58a535d422eb27f8dc760c81e54c6b354.
Mentioned on review but never addressed.
Change-Id: Id05d8686aca6d719eab4ad47fa0502353d3d074b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87034
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf index 6c12870e861d..fe6cb7d5fac4 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf @@ -704,4 +704,4 @@ en-US = "OK" en-US = "{&DialogDefaultBold}Attention!" [OOO_CONTROL_328] -en-US = "LibreOffice help must be installed into the installation directory of LibreOffice program." +en-US = "The [ProductName] Help must be installed in the same directory as the program." |