diff options
author | friendica <info@friendica.com> | 2015-02-08 23:37:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-08 23:37:34 -0800 |
commit | b31fe5c55dcbaf01286948580c2b3f09c5427b78 (patch) | |
tree | da8a28662ce729fd70a8def3ed93b8cca1de5998 /mod/events.php | |
parent | ad25baf0353ebb2d4300318ab7ff41aa9a24f26d (diff) | |
download | volse-hubzilla-b31fe5c55dcbaf01286948580c2b3f09c5427b78.tar.gz volse-hubzilla-b31fe5c55dcbaf01286948580c2b3f09c5427b78.tar.bz2 volse-hubzilla-b31fe5c55dcbaf01286948580c2b3f09c5427b78.zip |
help text for the "adjust for viewer timezone" toggle switch since you apparently need an IQ of 230 or greater to be able to use it correctly.
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php index a34aa62ab..10affd4ec 100755 --- a/mod/events.php +++ b/mod/events.php @@ -587,7 +587,7 @@ function events_content(&$a) { '$n_checked' => $n_checked, '$f_text' => t('Event Finishes:'), '$f_dsel' => datetimesel($f,new DateTime(),DateTime::createFromFormat('Y',$fyear+5),DateTime::createFromFormat('Y-m-d H:i',"$fyear-$fmonth-$fday $fhour:$fminute"),'finish_text',true,true,'start_text'), - '$adjust' => array('adjust', t('Adjust for viewer timezone'), $a_checked), + '$adjust' => array('adjust', t('Adjust for viewer timezone'), $a_checked, t('Important for events that happen in a particular place. Not practical for global holidays.'),), '$a_text' => t('Adjust for viewer timezone'), '$d_text' => t('Description:'), '$d_orig' => $d_orig, |