[evolution/wip/gsettings] Bug #646615 - Bad single form



commit 7f7a84f6efbd57ec01c5a430b0ec886336c21d48
Author: Milan Crha <mcrha redhat com>
Date:   Mon May 16 16:57:23 2011 +0200

    Bug #646615 - Bad single form

 calendar/gui/alarm-notify/alarm-notify-dialog.c |    2 +-
 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 14c30a2..8860f25 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]