Added months to date time units
This commit is contained in:
parent
d314117a09
commit
a541d1397c
|
@ -145,6 +145,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
||||||
"hour" => _("hour(s)"),
|
"hour" => _("hour(s)"),
|
||||||
"day" => _("day(s)"),
|
"day" => _("day(s)"),
|
||||||
"week" => _("week(s)"),
|
"week" => _("week(s)"),
|
||||||
|
"month" => _("month(s)"),
|
||||||
"year" => _("year(s)")
|
"year" => _("year(s)")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue