From 4e6225d53a8a7b56681ba35a19239662ca20d718 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Tue, 31 Mar 2015 18:45:38 +0100 Subject: Refactor static function from CalendarDate --- app/Module/YahrzeitModule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Module/YahrzeitModule.php') diff --git a/app/Module/YahrzeitModule.php b/app/Module/YahrzeitModule.php index 00a4820daf..d7e444acc1 100644 --- a/app/Module/YahrzeitModule.php +++ b/app/Module/YahrzeitModule.php @@ -260,8 +260,8 @@ class YahrzeitModule extends AbstractModule implements ModuleBlockInterface { echo I18N::translate('Calendar'); echo ''; echo select_edit_control('calendar', array( - 'jewish' => JewishDate::calendarName(), - 'gregorian'=> GregorianDate::calendarName(), + 'jewish' => /* I18N: The Hebrew/Jewish calendar */ I18N::translate('Jewish'), + 'gregorian'=> /* I18N: The gregorian calendar */ I18N::translate('Gregorian'), ), null, $calendar, ''); echo ''; -- cgit v1.3