String fix.

This commit is contained in:
Dave Page
2016-06-24 09:27:29 +01:00
parent 1acc1a7678
commit 30682c2a68

View File

@@ -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