diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-02 17:29:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:42 +0800 |
commit | 86f37c46dd2f61e86a82938c956490c37ed6f2ce (patch) | |
tree | dedace28d636e41faa8054de274c3a20645fee24 /calendar/gui/dialogs/send-comp.c | |
parent | 05ba35e478ff5ac8c54c570f94af5df83352464d (diff) | |
download | gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.gz gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.bz2 gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.lz gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.xz gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.zst gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.zip |
Replace alarm by reminder for UI consistency. Fixes bug #340614
Diffstat (limited to 'calendar/gui/dialogs/send-comp.c')
-rw-r--r-- | calendar/gui/dialogs/send-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c index d67d9fb626..bf016403ec 100644 --- a/calendar/gui/dialogs/send-comp.c +++ b/calendar/gui/dialogs/send-comp.c @@ -189,7 +189,7 @@ send_component_dialog (GtkWindow *parent, ECalClient *client, ECalComponent *com content_area = e_alert_dialog_get_content_area (E_ALERT_DIALOG (dialog)); if (strip_alarms) - sa_checkbox = add_checkbox (GTK_BOX (content_area), _("Send my alarms with this event")); + sa_checkbox = add_checkbox (GTK_BOX (content_area), _("Send my reminders with this event")); if (only_new_attendees) ona_checkbox = add_checkbox (GTK_BOX (content_area), _("Notify new attendees _only")); |