Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct some user visible text
git-svn-id: http://svn.osgeo.org/qgis/trunk@5518 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 14, 2006
1 parent aa68163 commit 0b12aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -1226,7 +1226,7 @@ QString QgsPostgresProvider::chooseViewColumn(const tableCols& cols)
}
else
{
log << QString(tr("Note: ") + "'" + key + "'"
log << QString(tr("Note: ") + "'" + i->first + "'"
+ tr("initially appeared suitable but does not "
"contain unique data, so is not suitable.\n"));
}
Expand Down

0 comments on commit 0b12aca

Please sign in to comment.