diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-07-10 16:28:07 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-07-10 16:28:07 +0000 |
| commit | 7215671050b32058e2fe0048969d1c6ba5fd34b7 (patch) | |
| tree | 5ada4ef703345575124124778f51510099470988 | |
| parent | 3c0185fb43cbc41010e26943c6306f2f143a6cd8 (diff) | |
| download | users-7215671050b32058e2fe0048969d1c6ba5fd34b7.tar.gz users-7215671050b32058e2fe0048969d1c6ba5fd34b7.tar.bz2 users-7215671050b32058e2fe0048969d1c6ba5fd34b7.zip | |
Corrrect misspelling and cleanup translations.
| -rw-r--r-- | templates/welcome_mail.tpl | 12 |
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} |
