From 08e4cdf2ac5c843e383e7cf1603c144d181517ce Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 26 Jun 2018 11:53:46 +0530 Subject: [PATCH] Updated extension upgrade message. Fixes #3445 --- web/pgadmin/tools/debugger/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/tools/debugger/__init__.py b/web/pgadmin/tools/debugger/__init__.py index dbb03d910..b3448b968 100644 --- a/web/pgadmin/tools/debugger/__init__.py +++ b/web/pgadmin/tools/debugger/__init__.py @@ -684,7 +684,7 @@ def initialize_target(debug_type, sid, did, scid, func_id, tri_id=None): else: if float(ext_version) < 1.1: return internal_server_error( - errormsg=gettext("Please upgrade the pldbgapi extension" + errormsg=gettext("Please upgrade the pldbgapi extension " "to 1.1 or above and try again.")) # Set the template path required to read the sql files