Navigation Menu

Skip to content

Commit

Permalink
fix translation string
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10083 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 1, 2009
1 parent 1a91423 commit 97086e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposerpicturewidget.cpp
Expand Up @@ -241,7 +241,7 @@ int QgsComposerPictureWidget::addDirectoryToPreview( const QString& path )
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() )
Expand Down

0 comments on commit 97086e6

Please sign in to comment.