File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ bool QgsManageConnectionsDialog::populateConnections()
366
366
if ( root.tagName () != QLatin1String ( " qgsXYZTilesConnections" ) )
367
367
{
368
368
QMessageBox::information ( this , tr ( " Loading Connections" ),
369
- tr ( " The file is not a Tiles XYZ connections exchange file." ) );
369
+ tr ( " The file is not a XYZ Tiles connections exchange file." ) );
370
370
return false ;
371
371
}
372
372
break ;
@@ -1278,7 +1278,7 @@ void QgsManageConnectionsDialog::loadXYZTilesConnections( const QDomDocument &do
1278
1278
if ( root.tagName () != QLatin1String ( " qgsXYZTilesConnections" ) )
1279
1279
{
1280
1280
QMessageBox::information ( this , tr ( " Loading Connections" ),
1281
- tr ( " The file is not a Tiles XYZ connections exchange file." ) );
1281
+ tr ( " The file is not a XYZ Tiles connections exchange file." ) );
1282
1282
return ;
1283
1283
}
1284
1284
You can’t perform that action at this time.
0 commit comments