diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-11-02 14:48:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-04 07:49:45 -0600 |
commit | a71a562a9958fc58a5fb914bcf7f8056a353f618 (patch) | |
tree | 836c3126820c44bfade42b70f3009d0ad9441c31 /forms | |
parent | a210df8e50d94f557ceaa21e5f4943db97777812 (diff) |
fdo 70998: Termchange: Graphics->Image
Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38
Reviewed-on: https://gerrit.libreoffice.org/6524
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/resource/strings.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src index b66946175eb1..4df1bd7933ee 100644 --- a/forms/source/resource/strings.src +++ b/forms/source/resource/strings.src @@ -26,7 +26,7 @@ String RID_BASELISTBOX_ERROR_FILLLIST String RID_STR_IMPORT_GRAPHIC { - Text [ en-US ] = "Insert graphics" ; + Text [ en-US ] = "Insert Image" ; }; String RID_STR_CONTROL_SUBSTITUTED_NAME @@ -86,12 +86,12 @@ String RID_STR_NEED_NON_NULL_OBJECT String RID_STR_OPEN_GRAPHICS { - Text [ en-US ] = "Insert graphics from..."; + Text [ en-US ] = "Insert Image from..."; }; String RID_STR_CLEAR_GRAPHICS { - Text [ en-US ] = "Remove graphics"; + Text [ en-US ] = "Remove Image"; }; |