Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
translation string fixes
- Loading branch information
|
@@ -454,7 +454,7 @@ void QgsAuthOAuth2Method::onRefreshFinished( QNetworkReply::NetworkError err ) |
|
|
QNetworkReply *reply = qobject_cast<QNetworkReply *>( sender() ); |
|
|
if ( err != QNetworkReply::NoError ) |
|
|
{ |
|
|
QgsMessageLog::logMessage( tr( "Token fefresh error: %1" ).arg( reply->errorString() ), |
|
|
QgsMessageLog::logMessage( tr( "Token refresh error: %1" ).arg( reply->errorString() ), |
|
|
AUTH_METHOD_KEY, Qgis::MessageLevel::Warning ); |
|
|
} |
|
|
} |
|
|
|
@@ -180,7 +180,7 @@ QgsFeatureList QgsQuickIdentifyKit::identifyVectorLayer( QgsVectorLayer *layer, |
|
|
} |
|
|
catch ( QgsCsException &cse ) |
|
|
{ |
|
|
QgsDebugMsg( tr( "Invalid point and proceed with no features found." ) ); |
|
|
QgsDebugMsg( QStringLiteral( "Invalid point, proceed without a found features." ) ); |
|
|
Q_UNUSED( cse ); |
|
|
} |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.