diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-27 18:38:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-27 18:38:33 +0800 |
commit | 2759c2e3a72c5c2e8a7b35eb1342221c3813380b (patch) | |
tree | 36a29a3adfb1f5ff938beda7a1dc22d6b3520351 /calendar/calendar.error.xml | |
parent | eaca5de27a99671161919ef55ea10759828f2be5 (diff) | |
download | gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.tar.gz gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.tar.zst gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.zip |
** Fix for bug #438613
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #438613
* addressbook/addressbook.error.xml:
Improved "contact-delete-error-perm" secondary text.
* calendar/calendar.error.xml: New message "prompt-read-only-cal-editor".
* calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb): Use different read-only message when checking
from contact editor and from calendar UI.
svn path=/trunk/; revision=35260
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 6a51831d4f..bca6593eb9 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -235,6 +235,13 @@ <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> + <error id="prompt-read-only-cal-editor" type="error" default="GTK_RESPONSE_YES"> + <_primary>Cannot save event</_primary> + <!-- For Translators: {0} is the name of the calendar source --> + <_secondary>'{0}' is a read-only calendar source. Change Calendar to one that can accept appointments.</_secondary> + <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> + </error> + <error id="prompt-no-contents-offline-tasks" type="error" default="GTK_RESPONSE_YES"> <_primary>Error loading task list</_primary> <_secondary>The task list is not marked for offline usage.</_secondary> |