diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-02 17:29:12 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-08-02 17:29:12 +0800 |
commit | 444011c99f83b1b3afde86862e7efe7fc348744d (patch) | |
tree | 3257d64de8eb988cce1845facbea947487132beb /calendar/gui/alarm-notify/alarm-queue.c | |
parent | e7e0b03502b1785655bc06f29357b3a93dd6d8cf (diff) | |
download | gsoc2013-evolution-444011c99f83b1b3afde86862e7efe7fc348744d.tar.gz gsoc2013-evolution-444011c99f83b1b3afde86862e7efe7fc348744d.tar.zst gsoc2013-evolution-444011c99f83b1b3afde86862e7efe7fc348744d.zip |
Replace alarm by reminder for UI consistency. Fixes bug #340614
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index fde985f8be..7ba2ff9005 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -1586,7 +1586,7 @@ display_notification (time_t trigger, CompQueuedAlarms *cqa, gchar *tip; tip = g_strdup_printf (ngettext ( - "You have %d alarm", "You have %d alarms", + "You have %d reminder", "You have %d reminders", g_list_length (tray_icons_list)), g_list_length (tray_icons_list)); gtk_status_icon_set_tooltip_text (tray_icon, tip); |