forked from GNUsocial/gnu-social
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
This commit is contained in:
commit
904101b973
@ -130,8 +130,8 @@ class EventForm extends Form
|
|||||||
// TRANS: Field label on event form.
|
// TRANS: Field label on event form.
|
||||||
_m('LABEL','Start time'),
|
_m('LABEL','Start time'),
|
||||||
$times,
|
$times,
|
||||||
// TRANS: Field title on event form.
|
// TRANS: Field title on event form. %s is the abbreviated timezone
|
||||||
_m('Time the event starts.'),
|
sprintf(_m("Time the event starts (%s)."), $today->format("T")),
|
||||||
false,
|
false,
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user