diff options
author | tamsil1amani3 <tamsajama@gmail.com> | 2016-12-22 18:45:21 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-12-24 08:22:56 +0000 |
commit | a2a605d864417209f3bfacc858fe9107a1e48531 (patch) | |
tree | cb359cf01b69baa5597d015748ccd75c4df10b59 | |
parent | 1597730ac12e39d98c556bb5fe4be4c0b61b0567 (diff) |
tdf#70998 Text change: graphics/picture to image
Changed files: sd/source/ui/app/strings.src
svx/source/svdraw/svdstr.src
Change-Id: I380f2c568120cdef2be7a5203307d5cda8b65530
Reviewed-on: https://gerrit.libreoffice.org/32337
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | sd/source/ui/app/strings.src | 10 | ||||
-rw-r--r-- | svx/source/svdraw/svdstr.src | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src index 94de06387867..185dc9ed0045 100644 --- a/sd/source/ui/app/strings.src +++ b/sd/source/ui/app/strings.src @@ -444,7 +444,7 @@ String STR_WARN_PRINTFORMAT_FAILURE }; String STR_REMOVE_LINK { - Text [ en-US ] = "This graphic is linked to a document. \nDo you want to unlink the graphic in order to edit it?" ; + Text [ en-US ] = "This image is linked to a document. \nDo you want to unlink the image in order to edit it?" ; }; String STR_IMPORT_GRFILTER_OPENERROR { @@ -918,7 +918,7 @@ String STR_HTMLEXP_SETTEXT String STR_HTMLEXP_SETGRAPHIC { - Text [ en-US ] = "Graphics"; + Text [ en-US ] = "Image"; }; String STR_HTMLEXP_OUTLINE @@ -963,7 +963,7 @@ String STR_ISLOADING String STR_DRAW_GRAF_TOOLBOX { - Text [ en-US ] = "Graphics Object Bar" ; + Text [ en-US ] = "Image Object Bar" ; }; String STR_UNDO_APPLY_3D_FAVOURITE @@ -973,7 +973,7 @@ String STR_UNDO_APPLY_3D_FAVOURITE String STR_UNDO_GRAFFILTER { - Text [ en-US ] = "Graphics filter" ; + Text [ en-US ] = "Image filter" ; }; String STR_WARNING_NOSOUNDFILE @@ -1157,7 +1157,7 @@ String STR_TASKPANEL_LAYOUT_MENU_TITLE }; String STR_GRAPHICS_STYLE_FAMILY { - Text [ en-US ] = "Graphic Styles"; + Text [ en-US ] = "Image Styles"; }; String STR_PRESENTATIONS_STYLE_FAMILY { diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src index 29fd30a30b9c..d9423b9c4197 100644 --- a/svx/source/svdraw/svdstr.src +++ b/svx/source/svdraw/svdstr.src @@ -425,19 +425,19 @@ String STR_ObjNamePluralCUSTOMSHAPE }; String STR_ObjNameSingulGRAFMAC { - Text [ en-US ] = "Mac graphic" ; + Text [ en-US ] = "Mac image" ; }; String STR_ObjNamePluralGRAFMAC { - Text [ en-US ] = "Mac graphics" ; + Text [ en-US ] = "Mac image" ; }; String STR_ObjNameSingulGRAFMACLNK { - Text [ en-US ] = "Linked Mac graphic" ; + Text [ en-US ] = "Linked Mac image" ; }; String STR_ObjNamePluralGRAFMACLNK { - Text [ en-US ] = "Linked Mac graphics" ; + Text [ en-US ] = "Linked Mac image" ; }; // Svg support @@ -1461,7 +1461,7 @@ String STR_ItemNam_GRAFINVERT }; String STR_ItemNam_GRAFMODE { - Text [ en-US ] = "Graphics mode"; + Text [ en-US ] = "Image mode"; }; String STR_ItemNam_GRAFRESERVE2 { Text = "" ; }; String STR_ItemNam_GRAFRESERVE3 { Text = "" ; }; @@ -2661,7 +2661,7 @@ String SIP_SA_GRAFINVERT }; String SIP_SA_GRAFMODE { - Text [ en-US ] = "Graphics mode"; + Text [ en-US ] = "Image mode"; }; String SIP_SA_GRAFCROP { |