diff options
author | Eike Rathke <erack@redhat.com> | 2015-08-17 13:37:18 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-08-18 15:01:20 +0000 |
commit | 2a43a11b6580364c96d16ce8c6bfe5acd49652e5 (patch) | |
tree | 9d6176a988f1a17a5a92b9aff1de207c4945922f | |
parent | 570ad4544297bc110245032eae972f0628abba26 (diff) |
Resolves: tdf#93326 >Fill< to >F~ill<, >Ed~it Mode< to >E~dit Mode<
in Edit menu ~d seems not to be used by any application.
Change-Id: I55c58130e7e95dc3d22a254c41e0d09c7ae49583
Reviewed-on: https://gerrit.libreoffice.org/17804
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 |
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 c38015553fda..c82ed031ad3f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1841,7 +1841,7 @@ </node> <node oor:name=".uno:FillCellsMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Fill</value> + <value xml:lang="en-US">F~ill</value> </prop> </node> <node oor:name=".uno:CellContentsMenu" oor:op="replace"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 7e2f00b85f63..91aa01123ad2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -2456,7 +2456,7 @@ </node> <node oor:name=".uno:EditDoc" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Ed~it Mode</value> + <value xml:lang="en-US">E~dit Mode</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>9</value> |