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 /svx | |
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>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdstr.src | 12 |
1 files changed, 6 insertions, 6 deletions
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 { |