Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix badly worded string
  • Loading branch information
nyalldawson committed Oct 18, 2016
1 parent cea4742 commit 4b398d3
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 4b398d3

Please sign in to comment.