diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-02-22 05:36:21 +0400 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-02-22 06:12:29 +0000 |
commit | 282161ff755c52cfc9f4ddf9fb0b139362b19522 (patch) | |
tree | 0dfe3e81206cde75f5aee1c84768989063bcd8cd /officecfg | |
parent | 52fa2e97dfef1a5f27aaee6af7ed80800641b86c (diff) |
fixing typo in Writer's menu entry for uno:SaveGraphic
Change-Id: Ia69c49c5e025ef0391a304e60679a05add14f18e
Reviewed-on: https://gerrit.libreoffice.org/14577
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 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 e633afa5463b..b50005767dc9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2340,7 +2340,7 @@ </node> <node oor:name=".uno:SaveGraphic" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Save Images...</value> + <value xml:lang="en-US">Save Image...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |