diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-26 01:59:32 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-10-27 00:52:56 +0000 |
commit | 167f10f846b58fd5a35d48a96fcec2d50c832fc6 (patch) | |
tree | e04c3aea006e58ae6ab317d46555d6efcd66cc97 /officecfg | |
parent | 222b2f9370bfc05473249ab3f78e9adca67754bf (diff) |
tdf#81475 Improvements to writer's table toolbar
Change-Id: Ia95522ebfa2c5c0c11242034a1237793c75aaa36
Reviewed-on: https://gerrit.libreoffice.org/19594
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 2352e8e601f7..53eb5cbd8874 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1292,6 +1292,9 @@ </node> <node oor:name=".uno:EntireCell" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Select Cell</value> + </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">C~ell</value> </prop> </node> @@ -1375,7 +1378,7 @@ </node> <node oor:name=".uno:UnsetCellsReadOnly" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Unprotect cells</value> + <value xml:lang="en-US">Unprotect Cells</value> </prop> </node> <node oor:name=".uno:GoToEndOfDoc" oor:op="replace"> |