summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-07-10 16:28:07 +0000
committerNick Palmer <nick@sluggardy.net>2007-07-10 16:28:07 +0000
commit7215671050b32058e2fe0048969d1c6ba5fd34b7 (patch)
tree5ada4ef703345575124124778f51510099470988
parent3c0185fb43cbc41010e26943c6306f2f143a6cd8 (diff)
downloadusers-7215671050b32058e2fe0048969d1c6ba5fd34b7.tar.gz
users-7215671050b32058e2fe0048969d1c6ba5fd34b7.tar.bz2
users-7215671050b32058e2fe0048969d1c6ba5fd34b7.zip
Corrrect misspelling and cleanup translations.
-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 04d438b..0df9c8e 100644
--- a/templates/welcome_mail.tpl
+++ b/templates/welcome_mail.tpl
@@ -1,10 +1,10 @@
-{tr}Hi {$mail_user},
+{tr}Hi{/tr} {$mail_user},
-Weclome to {$siteName}!
+{tr}Welcome to{/tr} {$siteName}!
-To login, visit http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
+{tr}To login, visit{/tr} http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
-Your login email is: {$mailEmail}
-Your password is: {$mailPassword}
+{tr}Your login email is:{/tr} {$mailEmail}
+{tr}Your password is:{/tr} {$mailPassword}
-Enjoy the site!{/tr}
+{tr}Enjoy the site!{/tr}