[QGIS Commit] r10083 - trunk/qgis/src/app/composer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Feb 1 11:54:31 EST 2009
Author: jef
Date: 2009-02-01 11:54:30 -0500 (Sun, 01 Feb 2009)
New Revision: 10083
Modified:
trunk/qgis/src/app/composer/qgscomposerpicturewidget.cpp
Log:
fix translation string
Modified: trunk/qgis/src/app/composer/qgscomposerpicturewidget.cpp
===================================================================
--- trunk/qgis/src/app/composer/qgscomposerpicturewidget.cpp 2009-02-01 15:57:14 UTC (rev 10082)
+++ trunk/qgis/src/app/composer/qgscomposerpicturewidget.cpp 2009-02-01 16:54:30 UTC (rev 10083)
@@ -241,7 +241,7 @@
for ( ; fileIt != fileList.constEnd(); ++fileIt )
{
- progress.setLabelText( tr( "Creating icon for file " ) + fileIt->fileName() );
+ progress.setLabelText( tr( "Creating icon for file %1" ).arg( fileIt->fileName() ) );
progress.setValue( counter );
QCoreApplication::processEvents();
if ( progress.wasCanceled() )
More information about the QGIS-commit
mailing list