diff options
-rw-r--r-- | svx/inc/globlmn_tmpl.hrc | 6 | ||||
-rw-r--r-- | svx/source/core/graphichelper.cxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc index df839d53e585..b53f23a64063 100644 --- a/svx/inc/globlmn_tmpl.hrc +++ b/svx/inc/globlmn_tmpl.hrc @@ -256,17 +256,17 @@ #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.cxx b/svx/source/core/graphichelper.cxx index 4878872c3a84..d275c3112433 100644 --- a/svx/source/core/graphichelper.cxx +++ b/svx/source/core/graphichelper.cxx @@ -217,7 +217,7 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xSha FileDialogHelper aDialogHelper( TemplateDescription::FILESAVE_AUTOEXTENSION, 0 ); Reference < XFilePicker > xFilePicker = aDialogHelper.GetFilePicker(); - aDialogHelper.SetTitle( "Save as Picture" ); + aDialogHelper.SetTitle( "Save as Image" ); INetURLObject aPath; aPath.SetSmartURL( sGraphicPath ); |