Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix translation string
  • Loading branch information
jef-n committed Oct 27, 2015
1 parent fe6456f commit 0763208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0763208

Please sign in to comment.