String fix.

pull/3/head
Dave Page 2016-06-24 09:27:29 +01:00
parent 1acc1a7678
commit 30682c2a68
1 changed files with 1 additions and 1 deletions

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