Skip to content

Commit

Permalink
Updated the message for the 'unhandled layers' dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesShaeffer committed Nov 28, 2018
1 parent cdda581 commit 38df74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgshandlebadlayers.cpp
Expand Up @@ -395,7 +395,7 @@ void QgsHandleBadLayers::accept()
if ( mLayerList->rowCount() > 0 &&
QMessageBox::warning( this,
tr( "Unhandled layer will be lost." ),
tr( "There are still %n unhandled layer(s), that will be lost if you closed now.",
tr( "There are still %n unhandled layer(s). If they are not fixed, they will be disabled/deactivated until the project is opened again.",
"unhandled layers",
mLayerList->rowCount() ),
QMessageBox::Ok | QMessageBox::Cancel,
Expand Down

0 comments on commit 38df74c

Please sign in to comment.