Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix translation string
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/providers/postgres/qgspostgresprovider.cpp
|
@@ -916,7 +916,7 @@ bool QgsPostgresProvider::loadFields() |
|
|
} |
|
|
else |
|
|
{ |
|
|
QgsMessageLog::logMessage( tr( "Field %1 ignored, because of unsupported type type %2" ).arg( fieldName, fieldTType ), tr( "PostGIS" ) ); |
|
|
QgsMessageLog::logMessage( tr( "Field %1 ignored, because of unsupported type %2" ).arg( fieldName, fieldTType ), tr( "PostGIS" ) ); |
|
|
continue; |
|
|
} |
|
|
|
|
|
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.