]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better registration instructions
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 19:46:33 +0000 (14:46 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 2 Dec 2008 19:46:33 +0000 (14:46 -0500)
darcs-hash:20081202194633-5ed1f-ebf0c5f54f4080dc70489d58777ad66d4f1b9bc8.gz

actions/register.php

index 8ca68528374215a04935dcbc3851d7b16ec868d7..a9cc7e9d6149f304116348eb36c86538a9016225 100644 (file)
@@ -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');
                }
        }