Skip to content

Commit b955b7f

Browse files

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/composer/qgscomposer.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,9 @@ void QgsComposer::on_mActionExportAsSVG_activated(void)
653653
"with the map bounding box clipping other items "
654654
"such as the legend or scale bar.</p>"
655655
"If you require a vector-based output file from "
656-
"Qgis it is suggested that you try exporting "
657-
"to pdf if the SVG output is not satisfactory."
656+
"Qgis it is suggested that you try printing "
657+
"to PostScript if the SVG output is not "
658+
"satisfactory."
658659
"</p>"));
659660
m->exec();
660661

0 commit comments

Comments
 (0)
Please sign in to comment.