From 30682c2a68c9be6d7491e1038ceedf6875db0f24 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 24 Jun 2016 09:27:29 +0100 Subject: [PATCH] String fix. --- web/pgadmin/dashboard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/dashboard/__init__.py b/web/pgadmin/dashboard/__init__.py index b8eadc0c5..4d436cea5 100644 --- a/web/pgadmin/dashboard/__init__.py +++ b/web/pgadmin/dashboard/__init__.py @@ -134,7 +134,7 @@ def check_precondition(f): # If DB not connected then return error to browser if not g.conn.connected(): return precondition_required( - gettext("Connection to the server has been lost!") + gettext("Connection to the server has been lost.") ) # Set template path for sql scripts