Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

This commit is contained in:
Evan Prodromou 2011-08-24 17:17:32 -04:00
commit 904101b973
1 changed files with 2 additions and 2 deletions

View File

@ -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
);