[Libreoffice-commits] core.git: 2 commits - sd/source svx/source sw/source

abdulwd abdulwd97 at gmail.com
Sat Dec 24 08:23:17 UTC 2016


 sd/source/ui/app/strings.src |   10 +++++-----
 svx/source/svdraw/svdstr.src |   12 ++++++------
 sw/source/core/undo/undo.src |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 1c6993e6d7d04c42c6bd48da6afb6305eb608c11
Author: abdulwd <abdulwd97 at gmail.com>
Date:   Fri Dec 23 01:22:18 2016 +0530

    tdf#70998 Change from picture to image
    
    Change from 'picture' to 'image' in sw/source/core/undo
    
    Change-Id: I075bb426b13023f35ccda1d8b8ade872a52c3d61
    Reviewed-on: https://gerrit.libreoffice.org/32354
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>

diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index f045c85..fca138b 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -628,7 +628,7 @@ String STR_FOOTNOTE
 };
 String STR_GRAPHIC
 {
-    Text[ en-US ] = "picture";
+    Text[ en-US ] = "image";
 };
 String STR_DRAWING_OBJECTS
 {
commit a2a605d864417209f3bfacc858fe9107a1e48531
Author: tamsil1amani3 <tamsajama at gmail.com>
Date:   Thu Dec 22 18:45:21 2016 +0530

    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 at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>

diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 94de063..185dc9e 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 29fd30a..d9423b9 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
 {


More information about the Libreoffice-commits mailing list