Skip to content

Commit

Permalink
fix string: followup 504e50d
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Mar 12, 2018
1 parent 504e50d commit c586171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsmanageconnectionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ bool QgsManageConnectionsDialog::populateConnections()
if ( root.tagName() != QLatin1String( "qgsXYZTilesConnections" ) )
{
QMessageBox::information( this, tr( "Loading Connections" ),
tr( "The file is not a Tiles XYZ connections exchange file." ) );
tr( "The file is not a XYZ Tiles connections exchange file." ) );
return false;
}
break;
Expand Down Expand Up @@ -1278,7 +1278,7 @@ void QgsManageConnectionsDialog::loadXYZTilesConnections( const QDomDocument &do
if ( root.tagName() != QLatin1String( "qgsXYZTilesConnections" ) )
{
QMessageBox::information( this, tr( "Loading Connections" ),
tr( "The file is not a Tiles XYZ connections exchange file." ) );
tr( "The file is not a XYZ Tiles connections exchange file." ) );
return;
}

Expand Down

0 comments on commit c586171

Please sign in to comment.