From: Zach Copley Date: Tue, 23 Aug 2011 22:43:14 +0000 (-0700) Subject: Add timezone indicator to event start time label X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f955cf6ace4e3c13b1c84c13a188ce53ac9c12a5;p=quix0rs-gnu-social.git Add timezone indicator to event start time label --- diff --git a/plugins/Event/eventform.php b/plugins/Event/eventform.php index 86c8e8b748..c09a7ab171 100644 --- a/plugins/Event/eventform.php +++ b/plugins/Event/eventform.php @@ -130,8 +130,8 @@ class EventForm extends Form // TRANS: Field label on event form. _m('LABEL','Start time'), $times, - // TRANS: Field title on event form. - _m('Time the event starts.'), + // TRANS: Field title on event form. %s is the abbreviated timezone + sprintf(_m("Time the event starts (%s)."), $today->format("T")), false, null );