We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 377dfc6 commit b955b7fCopy full SHA for b955b7f
src/composer/qgscomposer.cpp
@@ -653,8 +653,9 @@ void QgsComposer::on_mActionExportAsSVG_activated(void)
653
"with the map bounding box clipping other items "
654
"such as the legend or scale bar.</p>"
655
"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."
+ "Qgis it is suggested that you try printing "
+ "to PostScript if the SVG output is not "
658
+ "satisfactory."
659
"</p>"));
660
m->exec();
661
0 commit comments