Skip to content

Commit 66a55eb

Browse files
author
timlinux
committed
Better wording for the load missing layers dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@15333 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7cf6c6e commit 66a55eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/gui/qgsprojectbadlayerguihandler.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ void QgsProjectBadLayerGuiHandler::handleBadLayers( QList<QDomNode> layers, QDom
3333
messageBox.addButton( QMessageBox :: Cancel );
3434

3535
messageBox.setWindowTitle(tr("QGIS Project Read Error"));
36-
messageBox.setText(tr("Unable to open one or more project layers\nTry to find missing layers?"));
36+
messageBox.setText(tr("Unable to open one or more project layers.\nChoose "
37+
"ignore to continue loading without the missing layers. Choose cancel to "
38+
"return to your pre-project load state. Choose OK to try to find the "
39+
"missing layers."));
3740
messageBox.setIcon(QMessageBox::Critical);
3841
messageBox.exec();
3942

0 commit comments

Comments
 (0)