Added months to date time units

This commit is contained in:
Robb Ebright 2017-10-15 00:03:36 -04:00
parent d314117a09
commit a541d1397c
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
"hour" => _("hour(s)"),
"day" => _("day(s)"),
"week" => _("week(s)"),
"month" => _("month(s)"),
"year" => _("year(s)")
);
}