Skip to content

Commit 23a4fb6

Browse files
authoredNov 28, 2018
Merge pull request #8567 from JamesShaeffer/bugfix-19959
[Bugfix] Fixes #19959 - "Handle Bad Layers" dialog message text unclear
2 parents cdda581 + 38df74c commit 23a4fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgshandlebadlayers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ void QgsHandleBadLayers::accept()
395395
if ( mLayerList->rowCount() > 0 &&
396396
QMessageBox::warning( this,
397397
tr( "Unhandled layer will be lost." ),
398-
tr( "There are still %n unhandled layer(s), that will be lost if you closed now.",
398+
tr( "There are still %n unhandled layer(s). If they are not fixed, they will be disabled/deactivated until the project is opened again.",
399399
"unhandled layers",
400400
mLayerList->rowCount() ),
401401
QMessageBox::Ok | QMessageBox::Cancel,

0 commit comments

Comments
 (0)
Please sign in to comment.