summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-02 14:46:33 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-02 14:46:33 -0500
commit6a96639b2453c91f9905fde52ffe6ab046c23e63 (patch)
tree1a52808a513ddb33bafe92b000958f5f768a15b3 /actions
parente7853982b1cc1e423278c7a55e0bb59544d3e599 (diff)
better registration instructions
darcs-hash:20081202194633-5ed1f-ebf0c5f54f4080dc70489d58777ad66d4f1b9bc8.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/register.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/actions/register.php b/actions/register.php
index 8ca685283..a9cc7e9d6 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -153,8 +153,11 @@ class RegisterAction extends Action {
if ($error) {
common_element('p', 'error', $error);
} else {
- common_element('div', 'instructions',
- _('You can create a new account to start posting notices.'));
+ common_element_start('div', 'instructions');
+ common_element('p', NULL,
+ _('With this form you can create a new account. You can then post notices and link up to friends and colleagues. '.
+ '(Have an [OpenID](http://openid.net/)? Try our [OpenID registration](%%action.openidlogin%%)!)'));
+ common_element_end('div');
}
}