Skip to content

Commit

Permalink
Merge pull request #8567 from JamesShaeffer/bugfix-19959
Browse files Browse the repository at this point in the history
[Bugfix] Fixes #19959 -  "Handle Bad Layers" dialog message text unclear
  • Loading branch information
elpaso committed Nov 28, 2018
2 parents cdda581 + 38df74c commit 23a4fb6
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 23a4fb6

Please sign in to comment.