File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -600,18 +600,18 @@ void QgsComposer::on_mActionExportAsSVG_activated( void )
600
600
m->setCheckBoxVisible ( true );
601
601
m->setCheckBoxQSettingsLabel ( myQSettingsLabel );
602
602
m->setMessageAsHtml ( tr ( " <p>The SVG export function in Qgis has several "
603
- " problems due to bugs and deficiencies in the "
603
+ " problems due to bugs and deficiencies in the " )
604
604
#if QT_VERSION < 0x040300
605
- " Qt4 svg code. Of note, text does not "
605
+ + tr ( " Qt4 svg code. Of note, text does not "
606
606
" appear in the SVG file and there are problems "
607
607
" with the map bounding box clipping other items "
608
- " such as the legend or scale bar.</p>"
608
+ " such as the legend or scale bar.</p>" )
609
609
#else
610
- " Qt4 svg code. In particular, there are problems "
610
+ + tr ( " Qt4 svg code. In particular, there are problems "
611
611
" with layers not being clipped to the map "
612
- " bounding box.</p>"
612
+ " bounding box.</p>" )
613
613
#endif
614
- " If you require a vector-based output file from "
614
+ + tr ( " If you require a vector-based output file from "
615
615
" Qgis it is suggested that you try printing "
616
616
" to PostScript if the SVG output is not "
617
617
" satisfactory."
You can’t perform that action at this time.
0 commit comments