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 /svl | |
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 'svl')
-rw-r--r-- | svl/source/misc/mediatyp.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/source/misc/mediatyp.src b/svl/source/misc/mediatyp.src index f311460a97b3..9b82f47506b8 100644 --- a/svl/source/misc/mediatyp.src +++ b/svl/source/misc/mediatyp.src @@ -116,17 +116,17 @@ String STR_SVT_MIMETYPE_AUDIO_WEBM String STR_SVT_MIMETYPE_IMAGE_GIF { - Text [ en-US ] = "Graphics" ; + Text [ en-US ] = "Image" ; }; String STR_SVT_MIMETYPE_IMAGE_JPEG { - Text [ en-US ] = "Graphics" ; + Text [ en-US ] = "Image" ; }; String STR_SVT_MIMETYPE_IMAGE_PCX { - Text [ en-US ] = "Graphics" ; + Text [ en-US ] = "Image" ; }; String STR_SVT_MIMETYPE_IMAGE_BMP @@ -286,7 +286,7 @@ String STR_SVT_MIMETYPE_APP_TEMPLATE String STR_SVT_MIMETYPE_IMAGE_GENERIC { - Text [ en-US ] = "Graphics"; + Text [ en-US ] = "Image"; }; String STR_SVT_MIMETYPE_APP_MSEXCEL |