mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove more exclamation marks from error messages.
This commit is contained in:
committed by
Dave Page
parent
635d944e03
commit
23d431fb54
@@ -67,7 +67,7 @@ class ObjectRegistry(ABCMeta):
|
||||
return (ObjectRegistry.registry[name])(**kwargs)
|
||||
|
||||
raise NotImplementedError(
|
||||
gettext("This feature has not been implemented for object type '{0}'!").format(name)
|
||||
gettext("This feature has not been implemented for object type '{0}'.").format(name)
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -3150,7 +3150,7 @@ define('tools.querytool', [
|
||||
|
||||
self.trigger(
|
||||
'pgadmin-sqleditor:loading-icon:show',
|
||||
gettext("Initializing the query execution!")
|
||||
gettext("Initializing query execution...")
|
||||
);
|
||||
|
||||
$("#btn-flash").prop('disabled', true);
|
||||
|
||||
Reference in New Issue
Block a user