Various string improvements and fixes.

This commit is contained in:
Alexander Lakhin
2017-11-01 12:58:19 +00:00
committed by Dave Page
parent 714a429879
commit 9be1364d1a
21 changed files with 40 additions and 40 deletions

View File

@@ -547,7 +547,7 @@ class Preferences(object):
# Can't find the reference for it in the configuration database,
# create on for it.
if module is None:
return False, gettext("Could not fine the specified module.")
return False, gettext("Could not find the specified module.")
m = cls.modules[module.name]