summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-07-10 16:41:56 +0000
committerNick Palmer <nick@sluggardy.net>2007-07-10 16:41:56 +0000
commit58f163ebd515e60d4960b8e5067e0284709a9334 (patch)
tree00e61dfc0a2930da3542a2fc016be93374e5407e /templates
parent7215671050b32058e2fe0048969d1c6ba5fd34b7 (diff)
downloadusers-58f163ebd515e60d4960b8e5067e0284709a9334.tar.gz
users-58f163ebd515e60d4960b8e5067e0284709a9334.tar.bz2
users-58f163ebd515e60d4960b8e5067e0284709a9334.zip
Restore transalations since translations are done before variable substitution. Didn't know that.
Diffstat (limited to 'templates')
-rw-r--r--templates/welcome_mail.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/welcome_mail.tpl b/templates/welcome_mail.tpl
index 0df9c8e..1c8bc0e 100644
--- a/templates/welcome_mail.tpl
+++ b/templates/welcome_mail.tpl
@@ -1,10 +1,10 @@
-{tr}Hi{/tr} {$mail_user},
+{tr}Hi {$mail_user},
-{tr}Welcome to{/tr} {$siteName}!
+Welcome to {$siteName}!
-{tr}To login, visit{/tr} http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
+To login, visit http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
-{tr}Your login email is:{/tr} {$mailEmail}
-{tr}Your password is:{/tr} {$mailPassword}
+Your login email is: {$mailEmail}
+Your password is: {$mailPassword}
-{tr}Enjoy the site!{/tr}
+Enjoy the site!{/tr}