diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-28 22:51:53 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-28 23:09:49 +0200 |
commit | 1a57c512c051cb8b1809f00e569a402ff6be5878 (patch) | |
tree | 4062b5798e2e2d51ee7286444d8d6619cfe212b2 /sd | |
parent | 27953d41222ba0410769b381525c59f4395301e3 (diff) |
fdo#70998 Termchange: Picture->Image
Change-Id: I4113d35e2a4778c9833e659b1e4ff4fbb1ab9734
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/menuids_tmpl.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src index bacff0228bef..c78ff25c4e9c 100644 --- a/sd/source/ui/app/menuids_tmpl.src +++ b/sd/source/ui/app/menuids_tmpl.src @@ -147,7 +147,7 @@ {\ Identifier = SID_SELECT_BACKGROUND ; \ HelpId = CMD_SID_SELECT_BACKGROUND ; \ - Text [ en-US ] = "Set Background Picture for Slide ..." ; \ + Text [ en-US ] = "Set Background Image for Slide ..." ; \ }; #define MN_DISPLAY_MASTER_BACKGROUND \ MenuItem\ @@ -855,7 +855,7 @@ {\ Identifier = SID_ATTR_GRAF_CROP ; \ HelpId = CMD_SID_ATTR_GRAF_CROP ; \ - Text [ en-US ] = "Crop Picture..." ; \ + Text [ en-US ] = "Crop Image..." ; \ }; #define MN_GLUE_INSERT_POINT\ |