diff options
Diffstat (limited to 'calendar/calendar-errors.xml.h')
-rw-r--r-- | calendar/calendar-errors.xml.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index cc4681c966..7398713a2b 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -72,6 +72,12 @@ char *s = N_("Would you like to save your changes to this appointment?"); char *s = N_("You have made changes to this appointment, but not yet saved them."); char *s = N_("Discard Changes"); char *s = N_("Save Changes"); +/* calendar:prompt-save-task title */ +char *s = N_("Save Task"); +/* calendar:prompt-save-task primary */ +char *s = N_("Would you like to save your changes to this task?"); +/* calendar:prompt-save-task secondary */ +char *s = N_("You have made changes to this task, but not yet saved them."); /* calendar:prompt-meeting-invite primary */ char *s = N_("Would you like to send meeting invitations to participants?"); /* calendar:prompt-meeting-invite secondary */ |