Another minor update

This commit is contained in:
Miroslav Stampar 2013-02-15 16:58:02 +01:00
parent 799bd51c2e
commit 834ae6aac0

View File

@ -396,7 +396,7 @@ class Entries:
conf.db = db
dumpFromTbls = []
message = "which table(s) of database '%s'?\n" % db
message = "which table(s) of database '%s'?\n" % unsafeSQLIdentificatorNaming(db)
message += "[a]ll (default)\n"
for tbl in tblData: