]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/login.php
better titles in RSS
[quix0rs-gnu-social.git] / actions / login.php
index 3a93c466facd4ffe6b5707d01033cd4c81f2b6fc..5544fd8786a4ea79ccb6553075391234731228e5 100644 (file)
@@ -63,6 +63,10 @@ class LoginAction extends Action {
                common_show_header(_t('Login'));
                if ($error) {
                        common_element('div', array('class' => 'error'), $error);
+               } else {
+                       common_element('div', 'instructions', 
+                                                  _t('Login with your username and password. ' .
+                                                         'Don\'t have a username yet? Choose register above. '));
                }
                common_element_start('form', array('method' => 'POST',
                                                                                   'id' => 'login',