aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-05-16 22:57:23 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:16 +0800
commit7f7a84f6efbd57ec01c5a430b0ec886336c21d48 (patch)
treedde06dd186a284bb7cec6e7e8909e61f40dc3365 /calendar
parentf96a45d4bfe30e7b40c6ff75a7879e32dbe52e5f (diff)
downloadgsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.tar
gsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.tar.gz
gsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.tar.bz2
gsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.tar.lz
gsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.tar.xz
gsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.tar.zst
gsoc2013-evolution-7f7a84f6efbd57ec01c5a430b0ec886336c21d48.zip
Bug #646615 - Bad single form
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/alarm-notify/alarm-notify-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.c b/calendar/gui/alarm-notify/alarm-notify-dialog.c
index 14c30a29e7..8860f258a2 100644
--- a/calendar/gui/alarm-notify/alarm-notify-dialog.c
+++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c
@@ -123,7 +123,7 @@ an_update_days_label (GtkSpinButton *sb, gpointer data)
an = (AlarmNotify *) data;
snooze_timeout_days = gtk_spin_button_get_value_as_int (sb);
- gtk_label_set_text (GTK_LABEL (an->days_label), ngettext ("days", "days", snooze_timeout_days));
+ gtk_label_set_text (GTK_LABEL (an->days_label), ngettext ("day", "days", snooze_timeout_days));
}
static void