diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-02-03 22:52:54 +0400 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-06 14:35:37 +0000 |
commit | dccaa2b12871b801aacba3e358a8e34829218b49 (patch) | |
tree | be4aae8c3b36a2d29691a9b68e669e66cdda1ec3 | |
parent | 7153844e964f1e8895d6ac7b202147729ede997d (diff) |
fdo#85825 incorrectly used 'vertically' for 'horizontally' (4.4)
Change-Id: I704e7d0ca6422f1388cd111c6998ba6ceb48d2bf
Reviewed-on: https://gerrit.libreoffice.org/14311
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 530226ca69f58bdb780a6864372f9de329c93e5b)
Reviewed-on: https://gerrit.libreoffice.org/14334
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 89823161a39f..79553f46ab52 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1571,7 +1571,7 @@ </node> <node oor:name=".uno:CenterPara" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Center Vertically</value> + <value xml:lang="en-US">Center Horizontally</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>11</value> |