diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-02-03 22:52:54 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:57:20 +0000 |
commit | 530226ca69f58bdb780a6864372f9de329c93e5b (patch) | |
tree | fac2af8379660dfbce96f77864a5d2a87c4ab064 /officecfg | |
parent | 1485acc3e86bf6c7e32672c6d36d86e3eb5ddc9e (diff) |
fdo#85825 incorrectly used 'vertically' for 'horizontally'
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>
Diffstat (limited to 'officecfg')
-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 cf7bd62a2a93..ae0173650ce5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1592,7 +1592,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> |