[QGIS Commit] r9876 - trunk/qgis/src/app/composer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Dec 20 13:19:55 EST 2008
Author: jef
Date: 2008-12-20 13:19:54 -0500 (Sat, 20 Dec 2008)
New Revision: 9876
Modified:
trunk/qgis/src/app/composer/qgscomposer.cpp
Log:
incomplete translation fix
Modified: trunk/qgis/src/app/composer/qgscomposer.cpp
===================================================================
--- trunk/qgis/src/app/composer/qgscomposer.cpp 2008-12-20 18:19:04 UTC (rev 9875)
+++ trunk/qgis/src/app/composer/qgscomposer.cpp 2008-12-20 18:19:54 UTC (rev 9876)
@@ -600,18 +600,18 @@
m->setCheckBoxVisible( true );
m->setCheckBoxQSettingsLabel( myQSettingsLabel );
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 " )
#if QT_VERSION < 0x040300
- "Qt4 svg code. Of note, text does not "
+ + tr( "Qt4 svg code. Of note, text does not "
"appear in the SVG file and there are problems "
"with the map bounding box clipping other items "
- "such as the legend or scale bar.</p>"
+ "such as the legend or scale bar.</p>" )
#else
- "Qt4 svg code. In particular, there are problems "
+ + tr( "Qt4 svg code. In particular, there are problems "
"with layers not being clipped to the map "
- "bounding box.</p>"
+ "bounding box.</p>" )
#endif
- "If you require a vector-based output file from "
+ + tr( "If you require a vector-based output file from "
"Qgis it is suggested that you try printing "
"to PostScript if the SVG output is not "
"satisfactory."
More information about the QGIS-commit
mailing list