summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorPhyzer <limjing7@gmail.com>2014-09-13 11:30:24 +0800
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-09-21 12:18:14 +0000
commit125c3a18db51af68cb58438124a87e9953e23fb2 (patch)
treef61ac509ef504ba160b7fa94274c2ee6ef0f6999 /svx/source
parent6c87571125fbddf4215160f07894b7063f834b34 (diff)
Changed some options from picture/graphics to image
Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718 Reviewed-on: https://gerrit.libreoffice.org/11429 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/core/graphichelper.cxx2
1 files changed, 1 insertions, 1 deletions
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 );