diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-07-10 16:41:56 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-07-10 16:41:56 +0000 |
| commit | 58f163ebd515e60d4960b8e5067e0284709a9334 (patch) | |
| tree | 00e61dfc0a2930da3542a2fc016be93374e5407e /templates | |
| parent | 7215671050b32058e2fe0048969d1c6ba5fd34b7 (diff) | |
| download | users-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.tpl | 12 |
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} |
