Skip to content

Commit 38df74c

Browse files
committed
Updated the message for the 'unhandled layers' dialogue
1 parent cdda581 commit 38df74c

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)