aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar-errors.xml
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-04-02 02:31:18 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-04-02 02:31:18 +0800
commit156a9657910c830f4439d1b1f750f605b7a56e4a (patch)
tree1709a715b56544493ac22f4ed8084f9513e38280 /calendar/calendar-errors.xml
parent794cee91015ee7c9f935c2325a355a4e724047e8 (diff)
downloadgsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar
gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.gz
gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.bz2
gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.lz
gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.xz
gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.zst
gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.zip
Fixes #41740
2005-04-01 Rodrigo Moya <rodrigo@novell.com> Fixes #41740 * gui/calendar-errors.xml: * gui/calendar-errors.xml.h: added editor error. * gui/alarm-notify/alarm-queue.c (edit_component): display error messages when we can't load the component in the editor. * gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la. svn path=/trunk/; revision=29148
Diffstat (limited to 'calendar/calendar-errors.xml')
-rw-r--r--calendar/calendar-errors.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml
index 68707787fe..5cc062746d 100644
--- a/calendar/calendar-errors.xml
+++ b/calendar/calendar-errors.xml
@@ -138,7 +138,6 @@
<button label="Send" response="GTK_RESPONSE_YES"/>
</error>
-
<error id="prompt-send-task" type="question" default="GTK_RESPONSE_YES">
<primary>Would you like to send this task to participants?</primary>
<secondary>Email invitations will be sent to all participants and allow them to accept this task.</secondary>
@@ -163,6 +162,11 @@
<secondary>Your calendars will not be available until Evolution is restarted.</secondary>
</error>
+ <error id="editor-error" type="error">
+ <primary>Editor could not be loaded.</primary>
+ <secondary>{0}.</secondary>
+ </error>
+
<error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL">
<primary>Delete calendar '{0}'?</primary>
<secondary>This calendar will be removed permanently.</secondary>