Skip to content

Commit 97086e6

Browse files
author
jef
committed
fix translation string
git-svn-id: http://svn.osgeo.org/qgis/trunk@10083 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1a91423 commit 97086e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/composer/qgscomposerpicturewidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ int QgsComposerPictureWidget::addDirectoryToPreview( const QString& path )
241241
for ( ; fileIt != fileList.constEnd(); ++fileIt )
242242
{
243243

244-
progress.setLabelText( tr( "Creating icon for file " ) + fileIt->fileName() );
244+
progress.setLabelText( tr( "Creating icon for file %1" ).arg( fileIt->fileName() ) );
245245
progress.setValue( counter );
246246
QCoreApplication::processEvents();
247247
if ( progress.wasCanceled() )

0 commit comments

Comments
 (0)