Skip to content

Commit

Permalink
Fix badly worded string
Browse files Browse the repository at this point in the history
(cherry-picked from 4b398d3)
  • Loading branch information
nyalldawson committed Oct 19, 2016
1 parent 2d79b42 commit a3e22f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssubstitutionlistwidget.cpp
Expand Up @@ -160,7 +160,7 @@ void QgsSubstitutionListWidget::on_mButtonImport_clicked()
if ( root.tagName() != "substitutions" )
{
QMessageBox::warning( nullptr, tr( "Import substitutions" ),
tr( "The selected file in not an substitutions list." ),
tr( "The selected file is not a substitution list." ),
QMessageBox::Ok,
QMessageBox::Ok );
return;
Expand Down

0 comments on commit a3e22f6

Please sign in to comment.