summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-10 01:45:58 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-10 01:45:58 +0100
commitb0aea3f9c1cf9a6402bcb2751ac767445103a70b (patch)
tree4b91baa2bc8c6996ac5f7cd697e154e9074372ad /actions/register.php
parent954335fa5e18b003e20cd43e71fb690181095101 (diff)
* L10n updates: consistent puctuation
* i18n updates: number parameters if more than one are being used
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/register.php b/actions/register.php
index 57f8e7bdf..96015c219 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -534,9 +534,9 @@ class RegisterAction extends Action
array('nickname' => $nickname));
$this->elementStart('div', 'success');
- $instr = sprintf(_('Congratulations, %s! And welcome to %%%%site.name%%%%. '.
+ $instr = sprintf(_('Congratulations, %1$s! And welcome to %%%%site.name%%%%. '.
'From here, you may want to...'. "\n\n" .
- '* Go to [your profile](%s) '.
+ '* Go to [your profile](%2$s) '.
'and post your first message.' . "\n" .
'* Add a [Jabber/GTalk address]'.
'(%%%%action.imsettings%%%%) '.