[Libreoffice-commits] core.git: officecfg/registry
Reshma
reshma.ramaprasad at gmail.com
Sat Mar 17 01:10:33 UTC 2018
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +-
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ea5f9dd6d5bc10e17a9745a0d2b8ae7a342833a8
Author: Reshma <reshma.ramaprasad at gmail.com>
Date: Fri Mar 9 21:39:50 2018 +0530
tdf#106375: change tool tip to "Align Center"
change "Center Horizontally" to "Align Center" in Formatting toolbar
Change-Id: Ib5fbe70eb2a5490f7dd234ca8e5db118e68c8a73
Reviewed-on: https://gerrit.libreoffice.org/51045
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 3d2e0783a081..2b868169fa8d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1763,7 +1763,7 @@
</node>
<node oor:name=".uno:AlignHorizontalCenter" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Center Horizontally</value>
+ <value xml:lang="en-US">Align Center</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 22f09405bf64..8314128cdc33 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1730,7 +1730,7 @@
<value xml:lang="en-US">Center</value>
</prop>
<prop oor:name="TooltipLabel" oor:type="xs:string">
- <value xml:lang="en-US">Center Horizontally</value>
+ <value xml:lang="en-US">Align Center</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>11</value>
More information about the Libreoffice-commits
mailing list