Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove trailing space
  • Loading branch information
DelazJ authored and nyalldawson committed Feb 12, 2019
1 parent 1efb96b commit e24403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -3845,7 +3845,7 @@ void QgsLayoutDesignerDialog::showSvgExportWarning()
m.setCheckBoxVisible( true );
m.setCheckBoxQgsSettingsLabel( QStringLiteral( "/UI/displaySVGWarning" ) );
m.setMessageAsHtml( tr( "<p>The SVG export function in QGIS has several "
"problems due to bugs and deficiencies in the "
"problems due to bugs and deficiencies in the "
"underlying Qt SVG library. In particular, there are problems "
"with layers not being clipped to the map bounding box.</p>" )
+ tr( "If you require a vector-based output file from "
Expand Down

0 comments on commit e24403d

Please sign in to comment.