Use "could not" consistently, instead of "couldn't" which was used in some places.

This commit is contained in:
Jonas Thelemann
2017-03-07 10:29:54 +00:00
committed by Dave Page
parent f2fc1ceba8
commit c34f5fd2d4
35 changed files with 54 additions and 54 deletions

View File

@@ -1512,7 +1512,7 @@ WHERE db.oid = {0}""".format(did))
if did not in self.db_info:
raise Exception(gettext(
"Couldn't find the specified database."
"Could not find the specified database."
))
if database is None: