[Libreoffice-commits] core.git: officecfg/registry svx/inc
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Thu May 28 15:52:33 PDT 2015
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +-
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 2 +-
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +-
svx/inc/globlmn_tmpl.hrc | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ef2e135cfb8f107a154aaab9b54f2dfca0edf6a0
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Thu May 28 17:51:01 2015 -0500
tdf#91653 Give this command a saner name
Change-Id: I0cd1d51d1e16019c87e0c615c046a553eb5dc138
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 433c723..c380155 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -2012,7 +2012,7 @@
</node>
<node oor:name=".uno:ChangePicture" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Change Image...</value>
+ <value xml:lang="en-US">~Replace Image...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index ce7f718..49b9745 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1388,7 +1388,7 @@
</node>
<node oor:name=".uno:ChangePicture" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Change Image...</value>
+ <value xml:lang="en-US">~Replace Image...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index a991676..f691568 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -767,7 +767,7 @@
</node>
<node oor:name=".uno:ChangePicture" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Change Image...</value>
+ <value xml:lang="en-US">~Replace Image...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index ae6953d..9d511c8 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -271,7 +271,7 @@
#define ITEM_CHANGE_PICTURE \
Identifier = SID_CHANGE_PICTURE ; \
Command = ".uno:ChangePicture" ; \
- Text [ en-US ] = "Change Image..." ; \
+ Text [ en-US ] = "Replace Image..." ; \
#define ITEM_VIEW_ATTR_ZOOM \
Identifier = SID_ATTR_ZOOM ; \
More information about the Libreoffice-commits
mailing list