diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-04-02 02:31:18 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-04-02 02:31:18 +0800 |
commit | 156a9657910c830f4439d1b1f750f605b7a56e4a (patch) | |
tree | 1709a715b56544493ac22f4ed8084f9513e38280 /calendar/calendar-errors.xml.h | |
parent | 794cee91015ee7c9f935c2325a355a4e724047e8 (diff) | |
download | gsoc2013-evolution-156a9657910c830f4439d1b1f750f605b7a56e4a.tar.gz 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.h')
-rw-r--r-- | calendar/calendar-errors.xml.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index cec7a7a993..bc83bdc92f 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -112,6 +112,10 @@ char *s = N_("Your tasks will not be available until Evolution is restarted."); char *s = N_("The Evolution calendar has quit unexpectedly."); /* calendar:calendar-crashed secondary */ char *s = N_("Your calendars will not be available until Evolution is restarted."); +/* calendar:editor-error primary */ +char *s = N_("Editor could not be loaded."); +/* calendar:editor-error secondary */ +char *s = N_("{0}."); /* calendar:prompt-delete-calendar primary */ char *s = N_("Delete calendar '{0}'?"); /* calendar:prompt-delete-calendar secondary */ |