mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix badly worded string
This commit is contained in:
parent
cea47427d0
commit
4b398d3c80
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user