aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-queue.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-08-02 17:29:12 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:42 +0800
commit86f37c46dd2f61e86a82938c956490c37ed6f2ce (patch)
treededace28d636e41faa8054de274c3a20645fee24 /calendar/gui/alarm-notify/alarm-queue.c
parent05ba35e478ff5ac8c54c570f94af5df83352464d (diff)
downloadgsoc2013-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/alarm-notify/alarm-queue.c')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c2
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);