diff options
author | Phyzer <limjing7@gmail.com> | 2014-09-13 11:30:24 +0800 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-21 12:18:14 +0000 |
commit | 125c3a18db51af68cb58438124a87e9953e23fb2 (patch) | |
tree | f61ac509ef504ba160b7fa94274c2ee6ef0f6999 /svx/inc | |
parent | 6c87571125fbddf4215160f07894b7063f834b34 (diff) |
Changed some options from picture/graphics to image
Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718
Reviewed-on: https://gerrit.libreoffice.org/11429
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/globlmn_tmpl.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc index df839d53e585..b53f23a64063 100644 --- a/svx/inc/globlmn_tmpl.hrc +++ b/svx/inc/globlmn_tmpl.hrc @@ -256,17 +256,17 @@ #define ITEM_COMPRESS_GRAPHIC \ Identifier = SID_COMPRESS_GRAPHIC ; \ Command = ".uno:CompressGraphic" ; \ - Text [ en-US ] = "Compress Graphic..." ; \ + Text [ en-US ] = "Compress Image..." ; \ #define ITEM_SAVE_GRAPHIC \ Identifier = SID_SAVE_GRAPHIC ; \ Command = ".uno:SaveGraphic" ; \ - Text [ en-US ] = "Save Graphic..." ; \ + Text [ en-US ] = "Save Image..." ; \ #define ITEM_CHANGE_PICTURE \ Identifier = SID_CHANGE_PICTURE ; \ Command = ".uno:ChangePicture" ; \ - Text [ en-US ] = "Change Picture..." ; \ + Text [ en-US ] = "Change Image..." ; \ #define ITEM_VIEW_ATTR_ZOOM \ Identifier = SID_ATTR_ZOOM ; \ |