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 db0eabe2493bccbb20daf92b5e7df7cd162f7808 Author: Eike Rathke <[email protected]> Date: Mon Aug 17 13:37:18 2015 +0200 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/17803 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 9e6c7de..ccf031b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1832,7 +1832,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 79553f4..5cbda19 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -2432,7 +2432,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>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
