]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a bit of instructions
authorEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 21:52:04 +0000 (17:52 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 21:52:04 +0000 (17:52 -0400)
darcs-hash:20080626215204-34904-04b3c1508c0265d47f7a01c5d0d99f9a4b1d1535.gz

lib/util.php

index 04eb2094ecccaaba23ee1a22a1c87692eb22e998..5639f791da00ba3078bf66b4dc0081799daefe2a 100644 (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');
 }