Fix badly worded string

This commit is contained in:
Nyall Dawson 2016-10-19 09:18:36 +10:00
parent cea47427d0
commit 4b398d3c80

View File

@ -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;