Skip to content

Commit d99d01b

Browse files
author
jef
committed
incomplete translation fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9876 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e1beaf8 commit d99d01b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/composer/qgscomposer.cpp

+6-6
Original file line numberDiff line numberDiff line change
@@ -600,18 +600,18 @@ void QgsComposer::on_mActionExportAsSVG_activated( void )
600600
m->setCheckBoxVisible( true );
601601
m->setCheckBoxQSettingsLabel( myQSettingsLabel );
602602
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 " )
604604
#if QT_VERSION < 0x040300
605-
"Qt4 svg code. Of note, text does not "
605+
+ tr( "Qt4 svg code. Of note, text does not "
606606
"appear in the SVG file and there are problems "
607607
"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>" )
609609
#else
610-
"Qt4 svg code. In particular, there are problems "
610+
+ tr( "Qt4 svg code. In particular, there are problems "
611611
"with layers not being clipped to the map "
612-
"bounding box.</p>"
612+
"bounding box.</p>" )
613613
#endif
614-
"If you require a vector-based output file from "
614+
+ tr( "If you require a vector-based output file from "
615615
"Qgis it is suggested that you try printing "
616616
"to PostScript if the SVG output is not "
617617
"satisfactory."

0 commit comments

Comments
 (0)