mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Various string improvements and fixes.
This commit is contained in:
committed by
Dave Page
parent
714a429879
commit
9be1364d1a
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user