We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a91423 commit 97086e6Copy full SHA for 97086e6
src/app/composer/qgscomposerpicturewidget.cpp
@@ -241,7 +241,7 @@ int QgsComposerPictureWidget::addDirectoryToPreview( const QString& path )
241
for ( ; fileIt != fileList.constEnd(); ++fileIt )
242
{
243
244
- progress.setLabelText( tr( "Creating icon for file " ) + fileIt->fileName() );
+ progress.setLabelText( tr( "Creating icon for file %1" ).arg( fileIt->fileName() ) );
245
progress.setValue( counter );
246
QCoreApplication::processEvents();
247
if ( progress.wasCanceled() )
0 commit comments