Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and nirvn committed Sep 15, 2020
1 parent 4e00ebd commit 3e00dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2089,7 +2089,7 @@ void QgisApp::handleDropUriList( const QgsMimeDataUtils::UriList &lst )
bool res = layer->loadDefaultStyle( error, warnings );
if ( res && !warnings.empty() )
{
QString message = QStringLiteral( "<p>%1</p>" ).arg( tr( "The following warnings were generated while converting the LYR file:" ) );
QString message = QStringLiteral( "<p>%1</p>" ).arg( tr( "The following warnings were generated while converting the vector tile style:" ) );
message += QStringLiteral( "<ul>" );

std::sort( warnings.begin(), warnings.end() );
Expand Down

0 comments on commit 3e00dd5

Please sign in to comment.