Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3603

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/3603/1

Fix inconsistent names: Image instead of Picture or Graphic

Graphical objects were sometimes named "Picture" and sometimes "Graphic".
Image is more generic and implies both other words.

Change-Id: I30ccca5dba5d65c8ee47f92fd3dfd1dcd46219b4
---
M officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
M officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
M officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu
M officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
M officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu
M officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu
M officecfg/registry/schema/org/openoffice/Office/Writer.xcs
M officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
M officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
M svx/inc/globlmn_tmpl.hrc
M svx/source/core/graphichelper.src
M sw/source/core/undo/undo.src
M sw/source/ui/app/mn.src
M sw/source/ui/config/optload.src
M sw/source/ui/frmdlg/frmpage.src
M sw/source/ui/shells/shells.src
M sw/source/ui/utlui/poolfmt.src
17 files changed, 62 insertions(+), 62 deletions(-)



diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 925d513..394ecfb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1840,7 +1840,7 @@
             </node>
             <node oor:name=".uno:GrafAttrCrop" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Crop Picture...</value>
+                    <value xml:lang="en-US">Crop Image...</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>
@@ -1848,7 +1848,7 @@
             </node>
             <node oor:name=".uno:Crop" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Crop Picture</value>
+                    <value xml:lang="en-US">Crop Image</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>
@@ -5292,7 +5292,7 @@
             </node>
             <node oor:name=".uno:GraphicMenu" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Pict~ure</value>
+                    <value xml:lang="en-US">~Image</value>
                 </prop>
             </node>
             <node oor:name=".uno:WindowList" oor:op="replace">
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 2fc7502..33099ad 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -875,10 +875,10 @@
             </node>
             <node oor:name=".uno:GraphicDialog" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Picture...</value>
+                    <value xml:lang="en-US">Image...</value>
                 </prop>
                 <prop oor:name="ContextLabel" oor:type="xs:string">
-                    <value xml:lang="en-US">Pict~ure...</value>
+                    <value xml:lang="en-US">~Image...</value>
                 </prop>
             </node>
             <node oor:name=".uno:TableDialog" oor:op="replace">
@@ -1838,7 +1838,7 @@
             </node>
             <node oor:name=".uno:MirrorGraphicOnEvenPages" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Flip Graphics on Even Pages</value>
+                    <value xml:lang="en-US">Flip Images on Even Pages</value>
                 </prop>
             </node>
             <node oor:name=".uno:SplitTable" oor:op="replace">
@@ -2055,7 +2055,7 @@
             </node>
             <node oor:name=".uno:Graphic" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Graphics On/Off</value>
+                    <value xml:lang="en-US">Images On/Off</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>
@@ -2294,7 +2294,7 @@
             </node>
             <node oor:name=".uno:SaveGraphic" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Save Graphics...</value>
+                    <value xml:lang="en-US">Save Image...</value>
                 </prop>
             </node>
             <node oor:name=".uno:ContinueNumbering" oor:op="replace">
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu
index 85e1a27..3caf1d2 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu
@@ -362,7 +362,7 @@
                     <value>false</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Graphic Filter</value>
+                    <value xml:lang="en-US">Image Filter</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>false</value>
@@ -382,7 +382,7 @@
                     <value>true</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Picture</value>
+                    <value xml:lang="en-US">Image</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>true</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
index d575813..40fa007 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
@@ -370,7 +370,7 @@
                     <value>false</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Graphic Filter</value>
+                    <value xml:lang="en-US">Image Filter</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>false</value>
@@ -390,7 +390,7 @@
                     <value>true</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Picture</value>
+                    <value xml:lang="en-US">Image</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>true</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu
index 2f4ec8d..43e23c4 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu
@@ -379,7 +379,7 @@
                     <value>true</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Picture</value>
+                    <value xml:lang="en-US">Image</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>true</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu
index 01d0c34..3c996e8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu
@@ -162,7 +162,7 @@
                     <value>true</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Picture</value>
+                    <value xml:lang="en-US">Image</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>true</value>
@@ -410,7 +410,7 @@
                     <value>false</value>
                 </prop>
                 <prop oor:name="UIName" oor:type="xs:string">
-                    <value xml:lang="en-US">Graphic Filter</value>
+                    <value xml:lang="en-US">Image Filter</value>
                 </prop>
                 <prop oor:name="Visible" oor:type="xs:boolean">
                     <value>false</value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 705bea7..bb1f76a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -204,7 +204,7 @@
                </group>
                <group oor:name="FileType">
                        <info>
-                               <desc>Contains information about a linked file, i.e. a graphic 
file.</desc>
+                               <desc>Contains information about a linked file, i.e. an Image 
file.</desc>
                        </info>
                        <prop oor:name="Name" oor:type="xs:string">
                                <info>
@@ -1002,8 +1002,8 @@
                                        <!-- OldLocation: Soffice.cfg -->
                                        <!-- UIHints: Tools - Options - Text document - Contents - 
[Section] Display -->
                                        <info>
-                                               <desc>Specifies if graphics and objects are 
displayed.</desc>
-                                               <label>Graphics and Objects</label>
+                                               <desc>Specifies if Images and objects are 
displayed.</desc>
+                                               <label>Images and Objects</label>
                                        </info>
                                        <value>true</value>
                                </prop>
@@ -1953,7 +1953,7 @@
                                        <!-- UIHints: Tools - Options - Text document - Print - 
[Section] Contents -->
                                        <info>
                                                <desc>Specifies which document contents will be 
printed.</desc>
-                                               <label>Graphics</label>
+                                               <label>Images</label>
                                        </info>
                                        <value>true</value>
                                </prop>
@@ -1962,7 +1962,7 @@
                                        <!-- OldLocation: Soffice.cfg -->
                                        <!-- UIHints: Tools - Options - Text document - Print - 
[Section] Contents -->
                                        <info>
-                                               <desc>Specifies if graphics are printed.</desc>
+                                               <desc>Specifies if Images are printed.</desc>
                                                <label>Tables</label>
                                        </info>
                                        <value>true</value>
@@ -2958,12 +2958,12 @@
                                        <group oor:name="Graphic">
                                                <!-- OldPath: 
Writer/Insert/Caption/Object/StarWriter_Graphic -->
                                                <info>
-                                                       <desc>Settings for insertion of captions 
for graphics.</desc>
+                                                       <desc>Settings for insertion of captions 
for Images.</desc>
                                                </info>
                                                <prop oor:name="Enable" oor:type="xs:boolean" 
oor:nillable="false">
                                                        <info>
-                                                               <desc>Determines if the caption 
settings are valid for a graphic in a text document.</desc>
-                                                               <label>Writer Graphic</label>
+                                                               <desc>Determines if the caption 
settings are valid for an Image in a text document.</desc>
+                                                               <label>Writer Images</label>
                                                        </info>
                                                        <value>false</value>
                                                </prop>
@@ -3087,7 +3087,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -3230,7 +3230,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -3368,7 +3368,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -3506,7 +3506,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -3644,7 +3644,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -3782,7 +3782,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -3920,7 +3920,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -4058,7 +4058,7 @@
                             </prop>
                             <prop oor:name="ApplyAttributes" oor:type="xs:boolean">
                                 <info>
-                                    <desc>Determines whether the border and shadow attributes of 
the graphic frame should be applied to the newly inserted caption frame surrounding the 
graphic.</desc>
+                                    <desc>Determines whether the border and shadow attributes of 
the Image Frame should be applied to the newly inserted Caption Frame surrounding the Image.</desc>
                                     <label>Apply attributes</label>
                                 </info>
                             </prop>
@@ -6761,17 +6761,17 @@
                                </prop>
                                <prop oor:type="xs:string" oor:name="TemplatePath">
                                        <info>
-                                               <desc> the full url to save to... </desc>
+                                               <desc>the full url to save to... </desc>
                                        </info>
                                </prop>
                                <prop oor:type="xs:int" oor:name="ProceedMethod">
                                        <info>
-                                               <desc> how to proceed? 0 = create document, 1 = 
edit template  </desc>
+                                               <desc>how to proceed? 0 = create document, 1 = edit 
template  </desc>
                                        </info>
                                </prop>
                                <set oor:name="Topics" oor:node-type="AgendaWizardTopic">
                                        <info>
-                                               <desc> The topics of the agenda wizard </desc>
+                                               <desc>The topics of the agenda wizard </desc>
                                        </info>
                                </set>
                        </group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs 
b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 261076a..d35762c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -35,8 +35,8 @@
                                        <!-- OldLocation: Soffice.cfg -->
                                        <!-- UIHints: Tools - Option - HTML-Document  Contents - 
[Section] Display -->
                                        <info>
-                                               <desc>Specifies if graphics and objects are 
displayed.</desc>
-                                               <label>Graphics and Objects</label>
+                                               <desc>Specifies if Images and Objects are 
displayed.</desc>
+                                               <label>Images and Objects</label>
                                        </info>
                                        <value>true</value>
                                </prop>
@@ -591,8 +591,8 @@
                                        <!-- OldLocation: Soffice.cfg -->
                                        <!-- UIHints: Tools - Option - HTML-Document - Print - 
[Section] Contents -->
                                        <info>
-                                               <desc>Specifies if graphics are printed.</desc>
-                                               <label>Graphics</label>
+                                               <desc>Specifies if Images are printed.</desc>
+                                               <label>Images</label>
                                        </info>
                                        <value>true</value>
                                </prop>
@@ -922,7 +922,7 @@
                                </info>
                                <prop oor:name="Graphic" oor:type="xs:int" oor:nillable="false">
                                        <info>
-                                               <desc>Specifies whether the Graphic Object Bar or 
the Text Object Bar/Web is the visible toolbar when a graphic is selected.</desc>
+                                               <desc>Specifies whether the Image Object Bar or the 
Text Object Bar/Web is the visible toolbar when an Image is selected.</desc>
                                        </info>
                                        <value>-1</value>
                                </prop>
@@ -974,7 +974,7 @@
                                <!--OldLocation: Soffice.cfg -->
                                <!--UIHints: HTML document in readonly mode - context menu of a 
graphic - Add Graphics - As Link / Copy-->
                                <info>
-                                       <desc>Specifies if a graphic is embedded or added as link 
when it is inserted into the Gallery.</desc>
+                                       <desc>Specifies if an Image is embedded or added as link 
when it is inserted into the Gallery.</desc>
                                </info>
                                <value>true</value>
                        </prop>
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs 
b/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
index 6323519..cac90d1 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs
@@ -19,7 +19,7 @@
 <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
 <oor:component-schema oor:name="GraphicFilter" oor:package="org.openoffice.TypeDetection" 
xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <info>
-        <desc>Contains specialized data for internal graphic filter.</desc>
+        <desc>Contains specialized data for internal Image filter.</desc>
     </info>
     <templates>
                <group oor:name="Filter">
@@ -28,7 +28,7 @@
                 <info><desc>Supported content type of this filter. Must be an internal type 
name.</desc></info>
             </prop>
             <prop oor:name="FormatName" oor:type="xs:string">
-                <info><desc>A shortname, which describe the grafik format.</desc></info>
+                <info><desc>A shortname, which describe the Image format.</desc></info>
             </prop>
             <prop oor:name="RealFilterName" oor:type="xs:string">
                 <info><desc>The internal filter name of a real document filter (mostly 
draw).</desc></info>
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index cc0ab30..9e798da 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -253,22 +253,22 @@
 #define ITEM_EXTERNAL_EDIT \
     Identifier = SID_EXTERNAL_EDIT ; \
     Command = ".uno:ExternalEdit" ; \
-    Text [ en-US ] = "Edit with External Tool..." ; \
+    Text [ en-US ] = "Open with Image Viewer..." ; \
 
 #define ITEM_COMPRESS_GRAPHIC \
     Identifier = SID_COMPRESS_GRAPHIC ; \
     Command = ".uno:CompressGraphic" ; \
-    Text [ en-US ] = "Compress Graphic..." ; \
+    Text [ en-US ] = "Compress Image..." ; \
 
 #define ITEM_SAVE_GRAPHIC \
     Identifier = SID_SAVE_GRAPHIC ; \
     Command = ".uno:SaveGraphic" ; \
-    Text [ en-US ] = "Save Graphic..." ; \
+    Text [ en-US ] = "Save Image..." ; \
 
 #define ITEM_CHANGE_PICTURE \
     Identifier = SID_CHANGE_PICTURE ; \
     Command = ".uno:ChangePicture" ; \
-    Text [ en-US ] = "Change Picture..." ; \
+    Text [ en-US ] = "Change Image..." ; \
 
 #define ITEM_VIEW_ATTR_ZOOM \
     Identifier = SID_ATTR_ZOOM ; \
diff --git a/svx/source/core/graphichelper.src b/svx/source/core/graphichelper.src
index a5ae21f..e14f729 100644
--- a/svx/source/core/graphichelper.src
+++ b/svx/source/core/graphichelper.src
@@ -21,7 +21,7 @@
 
 String RID_SVXSTR_EXPORT_GRAPHIC_TITLE
 {
-    Text [ en-US ] = "Graphics Export" ;
+    Text [ en-US ] = "Save Image" ;
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index fd66770..8035b94 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -293,11 +293,11 @@
 };
 String STR_REREAD
 {
-    Text [ en-US ] = "Replace graphics" ;
+    Text [ en-US ] = "Replace Image" ;
 };
 String STR_DELGRF
 {
-    Text [ en-US ] = "Delete graphics" ;
+    Text [ en-US ] = "Delete Image" ;
 };
 String STR_DELOLE
 {
@@ -629,7 +629,7 @@
 };
 String STR_GRAPHIC
 {
-    Text[ en-US ] = "picture";
+    Text[ en-US ] = "Image";
 };
 String STR_DRAWING_OBJECTS
 {
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 3c230f9..fd6cc65 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -940,7 +940,7 @@
 
 String MN_DRAW_POPUPMENU
 {
-    Text [ en-US ] = "Graphic" ;
+    Text [ en-US ] = "Image" ;
 };
 #define MN_WRAP_DRAW                                                                               
                             \
     MenuItem\
@@ -1192,7 +1192,7 @@
 
 String MN_GRF_POPUPMENU
 {
-    Text [ en-US ] = "Graphic" ;
+    Text [ en-US ] = "Image" ;
 };
 
 #define MN_ALIGN_FRAME \
@@ -1282,7 +1282,7 @@
         {
             Identifier = FN_FORMAT_GRAFIC_DLG ;
             HelpId = CMD_FN_FORMAT_GRAFIC_DLG ;
-            Text [ en-US ] = "~Picture..." ;
+            Text [ en-US ] = "~Image..." ;
         };
         MN_FRM_CAPTION_ITEM
         SEPARATOR;
@@ -1294,7 +1294,7 @@
         {
             Identifier = SID_MENU_MANAGE_GRAPHIC ;
             Command = ".uno:ManageGraphicMenu" ;
-            Text [ en-US ] = "~Manage Graphic" ;
+            Text [ en-US ] = "~Rotate Image" ;
             SubMenu = Menu
             {
                 ItemList =
diff --git a/sw/source/ui/config/optload.src b/sw/source/ui/config/optload.src
index b3b22ed..cd0bf78 100644
--- a/sw/source/ui/config/optload.src
+++ b/sw/source/ui/config/optload.src
@@ -218,7 +218,7 @@
     };
     String STR_GRAPHIC
     {
-        Text [ en-US ] = "%PRODUCTNAME Writer Picture";
+        Text [ en-US ] = "%PRODUCTNAME Writer Image";
     };
     String STR_OLE
     {
diff --git a/sw/source/ui/frmdlg/frmpage.src b/sw/source/ui/frmdlg/frmpage.src
index a2af66e..4b71e3b 100644
--- a/sw/source/ui/frmdlg/frmpage.src
+++ b/sw/source/ui/frmdlg/frmpage.src
@@ -87,7 +87,7 @@
 TabDialog DLG_FRM_GRF
 {
     SVLook = TRUE ;
-    Text [ en-US ] = "Picture" ;
+    Text [ en-US ] = "Image" ;
     Moveable = TRUE ;
     TabControl 1
     {
@@ -122,7 +122,7 @@
             {
                 Identifier = TP_GRF_EXT ;
                 PageResID = TP_GRF_EXT ;
-                Text [ en-US ] = "Picture" ;
+                Text [ en-US ] = "Image" ;
             };
             PageItem
             {
diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src
index 89e3c6d..a0136cf 100644
--- a/sw/source/ui/shells/shells.src
+++ b/sw/source/ui/shells/shells.src
@@ -48,11 +48,11 @@
 };
 String STR_GRFILTER_TOOBIG
 {
-    Text [ en-US ] = "Not enough memory to insert the picture." ;
+    Text [ en-US ] = "Not enough memory to insert the Image." ;
 };
 String STR_INSERT_GRAPHIC
 {
-    Text [ en-US ] = "Insert picture" ;
+    Text [ en-US ] = "Insert Image" ;
 };
 String STR_NO_ADDRESSBOOK
 {
@@ -166,7 +166,7 @@
 };
 String STR_SHELLNAME_GRAPHIC
 {
-        Text [ en-US ] = "Graphics" ;
+        Text [ en-US ] = "Images" ;
 };
 String STR_SHELLNAME_OBJECT
 {
@@ -207,7 +207,7 @@
 };
 String STR_SWBG_GRAPHIC
 {
-        Text [ en-US ] = "Graphics" ;
+        Text [ en-US ] = "Images" ;
 };
 String STR_SWBG_OLE
 {
diff --git a/sw/source/ui/utlui/poolfmt.src b/sw/source/ui/utlui/poolfmt.src
index 60f7758..e6351d1 100644
--- a/sw/source/ui/utlui/poolfmt.src
+++ b/sw/source/ui/utlui/poolfmt.src
@@ -131,7 +131,7 @@
 };
 String STR_POOLFRM_GRAPHIC
 {
-    Text [ en-US ] = "Graphics" ;
+    Text [ en-US ] = "Image" ;
 };
 String STR_POOLFRM_OLE
 {

-- 
To view, visit https://gerrit.libreoffice.org/3603
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30ccca5dba5d65c8ee47f92fd3dfd1dcd46219b4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.