Remove more exclamation marks from error messages.

This commit is contained in:
Alexander Lakhin
2017-11-01 15:18:07 +00:00
committed by Dave Page
parent 635d944e03
commit 23d431fb54
22 changed files with 35 additions and 35 deletions

View File

@@ -232,7 +232,7 @@ class ResourceGroupView(NodeView):
if not self.conn.connected():
return precondition_required(
gettext(
"Connection to the server has been lost!"
"Connection to the server has been lost."
)
)