Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better wording for the load missing layers dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@15333 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 4, 2011
1 parent 7cf6c6e commit 66a55eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/qgsprojectbadlayerguihandler.cpp
Expand Up @@ -33,7 +33,10 @@ void QgsProjectBadLayerGuiHandler::handleBadLayers( QList<QDomNode> layers, QDom
messageBox.addButton( QMessageBox :: Cancel );

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

Expand Down

0 comments on commit 66a55eb

Please sign in to comment.