aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-12-03 02:59:13 +0100
committerMarcin Kuzminski <marcin@python-works.com>2012-12-03 02:59:13 +0100
commitd20048332ec148a5bf5c7499ba90b5ffeebf0462 (patch)
tree5087dfecc0388d87c32c0503744958830a9667d9
parent47a20b605b3d3a87e611b8bac6ee9baba23fd92a (diff)
fix string formatting
--HG-- branch : beta
-rw-r--r--rhodecode/templates/email_templates/password_reset.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/templates/email_templates/password_reset.html b/rhodecode/templates/email_templates/password_reset.html
index e25ef894..3978f3ec 100644
--- a/rhodecode/templates/email_templates/password_reset.html
+++ b/rhodecode/templates/email_templates/password_reset.html
@@ -9,4 +9,4 @@ ${_('You can generate it by clicking following URL')}:
${reset_url}
-${_('If you didn't request new password please ignore this email.')}
+${_("If you didn't request new password please ignore this email.")}