[Libreoffice-commits] core.git: 2 commits - instsetoo_native/inc_openoffice officecfg/registry

Adolfo Jayme Barrientos (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 19 00:02:39 UTC 2020


 instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf    |    2 +-
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1ff79cfaf746aa65d9fa19e82f14da8d8a2d9209
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Sat Jan 18 15:17:20 2020 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Jan 19 01:02:23 2020 +0100

    Remove misused hyphens
    
    Change-Id: I17553952476ec46861df5ac353187c2a4b5f57fa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87035
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index c09dda21d69a..87bd85857eaf 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5028,10 +5028,10 @@
           <value xml:lang="en-US">~Tip of the day</value>
         </prop>
         <prop oor:name="ContextLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Show Tip-of-the-Day</value>
+          <value xml:lang="en-US">Show Tip of the Day</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Show the Tip-of-the-Day dialog</value>
+          <value xml:lang="en-US">Show the Tip of the Day dialog</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
commit 6c1669a1e08f8467757e0fc75917c4f96fdabb68
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Sat Jan 18 14:51:50 2020 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Jan 19 01:02:00 2020 +0100

    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 at ubuntu.com>

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."


More information about the Libreoffice-commits mailing list