diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 7a4942cac..13fc75c65 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -17,6 +17,9 @@ "Date" = "Date"; "Calendars" = "Calendars"; +"No events for selected criteria" = "No events for selected criteria"; +"No tasks for selected criteria" = "No tasks for selected criteria"; + /* Day */ "DayOfTheMonth" = "Day of the month"; diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index 7717b1c59..007892706 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -348,7 +348,7 @@ - +

{{event.c_title}}

{{event.c_location}}

-

+

{{event.formatted_startdate}} - repeat - alarm + + repeat + alarm +

+ +

+

{{task.c_title}}

-

+

{{task.formatted_enddate}} - repeat - alarm + + repeat + alarm +

+ +

+