diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 17:52:04 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 17:52:04 -0400 |
commit | e9dd281735be3aeb9c759a5202fe8b7550a82037 (patch) | |
tree | ec31a898486749fdfa3db889d083c22b622e97fc | |
parent | d34fc127a55301a08560d4c2b45bdf057e852432 (diff) |
add a bit of instructions
darcs-hash:20080626215204-34904-04b3c1508c0265d47f7a01c5d0d99f9a4b1d1535.gz
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 04eb2094e..5639f791d 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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'); } |