Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Capitalization
  • Loading branch information
m-kuhn committed Jun 3, 2014
1 parent d1cdc20 commit 9e14b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgshandlebadlayers.cpp
Expand Up @@ -41,7 +41,7 @@ void QgsHandleBadLayersHandler::handleBadLayers( QList<QDomNode> layers, QDomDoc

if ( dialog->layerCount() < layers.size() )
QgisApp::instance()->messageBar()->pushMessage(
tr( "Handle Bad layers" ),
tr( "Handle bad layers" ),
tr( "%1 of %2 bad layers were not fixable." )
.arg( layers.size() - dialog->layerCount() )
.arg( layers.size() ),
Expand Down

0 comments on commit 9e14b32

Please sign in to comment.