Skip to content

Commit 0b12aca

Browse files
author
g_j_m
committed
Correct some user visible text
git-svn-id: http://svn.osgeo.org/qgis/trunk@5518 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent aa68163 commit 0b12aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ QString QgsPostgresProvider::chooseViewColumn(const tableCols& cols)
12261226
}
12271227
else
12281228
{
1229-
log << QString(tr("Note: ") + "'" + key + "'"
1229+
log << QString(tr("Note: ") + "'" + i->first + "'"
12301230
+ tr("initially appeared suitable but does not "
12311231
"contain unique data, so is not suitable.\n"));
12321232
}

0 commit comments

Comments
 (0)