Skip to content

Commit a3e22f6

Browse files
committedOct 19, 2016
Fix badly worded string
(cherry-picked from 4b398d3)
1 parent 2d79b42 commit a3e22f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgssubstitutionlistwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void QgsSubstitutionListWidget::on_mButtonImport_clicked()
160160
if ( root.tagName() != "substitutions" )
161161
{
162162
QMessageBox::warning( nullptr, tr( "Import substitutions" ),
163-
tr( "The selected file in not an substitutions list." ),
163+
tr( "The selected file is not a substitution list." ),
164164
QMessageBox::Ok,
165165
QMessageBox::Ok );
166166
return;

0 commit comments

Comments
 (0)
Please sign in to comment.