add a bit of instructions

darcs-hash:20080626215204-34904-04b3c1508c0265d47f7a01c5d0d99f9a4b1d1535.gz
This commit is contained in:
Evan Prodromou 2008-06-26 17:52:04 -04:00
parent d34fc127a5
commit e9dd281735
1 changed files with 2 additions and 0 deletions

View File

@ -794,6 +794,8 @@ function common_notice_form($action=NULL, $content=NULL) {
'name' => 'status_submit',
'type' => 'submit',
'value' => _t('Send')));
common_element('span', 'input_instructions',
_t('Your current status, max 140 characters'));
common_element_end('p');
common_element_end('form');
}