From 4e59c5fb98cf4b348e9e23a6729e5b4742942e4c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 13 May 2014 22:11:41 +0200 Subject: Updated translations. --- pyaggr3g470r/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/views.py') diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index bbc19b46..32ae1e30 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -189,7 +189,7 @@ def signup(): try: emails.new_account_notification(user) except Exception as e: - flash(gettext('Problem while sending activation email: '+ str(e)), 'danger') + flash(gettext('Problem while sending activation email') + ': ' + str(e), 'danger') return redirect(url_for('home')) flash(gettext('Your account has been created. Check your mail to confirm it.'), 'success') -- cgit