diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-15 17:54:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-15 17:54:07 -0400 |
commit | 16c7c6f93ce0f69f4c5dc95934cb73df68dc72a0 (patch) | |
tree | a96e8f03da07de79d93faf72d3d384d64e76a004 /actions | |
parent | b3cde85bacc52e7e1d3a77d7dd629220c54ed590 (diff) |
maybe an extra \n will help my formatting
darcs-hash:20080715215407-84dde-6e75d2a138152a2f5dd71fc2813096b4d66ba831.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index 409700209..14cd53dca 100644 --- a/actions/register.php +++ b/actions/register.php @@ -247,7 +247,7 @@ class RegisterAction extends Action { $nickname = $this->arg('nickname'); common_show_header(_('Registration successful')); common_element_start('div', 'success'); - $instr = sprintf(_('Congratulations, %s! And welcome to %%%%site.name%%%%. From here, you may want to...'. "\n" . + $instr = sprintf(_('Congratulations, %s! And welcome to %%%%site.name%%%%. From here, you may want to...'. "\n\n" . '* Go to [your profile](%s) and post your first message.' . "\n" . '* Add a [Jabber/GTalk address](%%%%action.imsettings%%%%) so you can send notices through instant messages.' . "\n" . '* [Search for people](%%%%action.peoplesearch%%%%) that you may know or that share your interests. ' . "\n" . |