diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index aa8e4c08a..494b6d747 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -348,7 +348,7 @@ validate_notitle = "No title is set, continue?"; validate_invalid_startdate = "Incorrect startdate field!"; validate_invalid_enddate = "Incorrect enddate field!"; -validate_endbeforestart = "Enddate is before startdate!"; +validate_endbeforestart = "The end date that you enteterd occurs before the start date."; "Tasks" = "Tasks"; "Show completed tasks" = "Show completed tasks"; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index d0f002d0f..1688824d9 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -346,7 +346,7 @@ validate_notitle = "Le titre n'est pas rempli. Continuer quand-même ?"; validate_invalid_startdate = "La date de début est invalide !"; validate_invalid_enddate = "La date de fin est invalide !"; -validate_endbeforestart = "La date de fin est avant la date de début !"; +validate_endbeforestart = "La date de fin est avant la date de début."; "Tasks" = "Tâches"; "Show completed tasks" = "Afficher les tâches accomplies"; diff --git a/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox b/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox index 533f88b0a..909b253a4 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox @@ -10,6 +10,7 @@ className="UIxComponentEditor" var:component="event" var:saveURL="saveURL"> +