[Libreoffice-commits] core.git: officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Mon Aug 8 20:00:38 UTC 2016
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit bc611f3373030082a8da518239cbfc1b58b25535
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Sun Aug 7 20:12:17 2016 +0400
tdf#92733 Better labels and tooltips for crop functions
Change-Id: I5f87fab29c39d7597d49733f49b43fff8cc04485
Reviewed-on: https://gerrit.libreoffice.org/27939
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index c872d55..a77d95c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1963,7 +1963,10 @@
</node>
<node oor:name=".uno:GrafAttrCrop" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Crop Image...</value>
+ <value xml:lang="en-US">Non-Interactive Image Crop...</value>
+ </prop>
+ <prop oor:name="ContextLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Non-Interactive Crop...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
@@ -1971,7 +1974,7 @@
</node>
<node oor:name=".uno:Crop" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Crop Image</value>
+ <value xml:lang="en-US">Image Crop</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Crop</value>
More information about the Libreoffice-commits
mailing list