diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-12 12:52:01 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-12 12:52:01 -0400 |
commit | 2354faf7ac87f191b7d4906e40e82172199accb9 (patch) | |
tree | 004fa15a68e31565cf36236a31c8e838b0dfdddc /actions/login.php | |
parent | f4be93d2852dac7c5b8a6ecce66f047a53bba6c5 (diff) |
add instructions to each form entry in forms
darcs-hash:20080612165201-84dde-1abc45a0b2fd24002bc6f3449e9fc521d4f02eac.gz
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index 1a69bd9c4..5544fd878 100644 --- a/actions/login.php +++ b/actions/login.php @@ -66,8 +66,7 @@ class LoginAction extends Action { } else { common_element('div', 'instructions', _t('Login with your username and password. ' . - 'Don\'t have a username yet? Choose register above. ' . - '(Forgot your password? No way to get it back... yet. It\'s on the TODO list!)')); + 'Don\'t have a username yet? Choose register above. ')); } common_element_start('form', array('method' => 'POST', 'id' => 'login', |