summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReshma <reshma.ramaprasad@gmail.com>2018-03-09 21:39:50 +0530
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-03-17 02:10:05 +0100
commitea5f9dd6d5bc10e17a9745a0d2b8ae7a342833a8 (patch)
treeb892cd27895b08ae2fae3b10ca8a0f75af6753b9
parent2282ca86a56b890bf7196fc89b3ea096b5ea734b (diff)
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@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu2
2 files changed, 2 insertions, 2 deletions
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>