diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index b3c304290..f20be5a07 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -107,6 +107,7 @@ "Name of the Calendar" = "Name of the Calendar"; "new" = "New"; "Print view" = "Print view"; +"Print" = "Print"; "edit" = "Edit"; "delete" = "Delete"; "proposal" = "Proposal"; @@ -147,6 +148,7 @@ "Display events and tasks colors" = "Display events and tasks colors"; "Borders" = "Borders"; "Backgrounds" = "Backgrounds"; +"Page Format" = "Page Format"; /* Appointments */ "Appointment viewer" = "Appointment Viewer"; diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index a7c2fc244..7ddd00230 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -692,7 +692,7 @@ - +
@@ -702,7 +702,7 @@
-
{{:: $PrintDialogController.calendarView | loc }}
+
{{:: $PrintDialogController.calendarView.capitalize() | loc }}