GNOME Bugzilla – Bug 609052
Proper warning should be shown when save calendar items without summary
Last modified: 2012-01-29 12:07:54 UTC
Created attachment 153063 [details] Screen shot evolution 2.29.6 1. Open a new task 2. Write down description 3. Click on save 4. A warning will pop up as we haven't written summary a) But this dialog says 'do you want to send without summary' but in actual this task will be saved locally. b) Dialog should have button 'save' instead of 'send' This is valid in case of appointment also.
Hrm, we are under string freeze at the moment. You can ask for an approval and fix it yourself within evo/calendar/calendar.errors.xml those are prompt-send-no-subject-calendar and prompt-send-no-subject-task. I would ignore the fact that the message ID is containing 'send' word, though fixing this as well may make it cleaner (search all the sources (in 'modules' as well for a possible inclusion of the message ID).
Created attachment 159691 [details] [review] Evolution Patch
Comment on attachment 159691 [details] [review] Evolution Patch Change the id to save instead of send since it is used only once. And change the secondary line to something useful to remove the recipient word. Something like "Adding a meaningful summary to your appointment will give an idea of what your appointment is about."
Created attachment 159754 [details] [review] Evolution Patch Yes, I have changed the id and secondary line in this patch .. as id is used only once and we don't have any recipients.
Comment on attachment 159754 [details] [review] Evolution Patch Commit to master.
Committed to master.
*** Bug 353794 has been marked as a duplicate of this bug. ***