[evolution] Bug 607952 - "Hours" used as both singular and plural forms



commit 48571eab9cc611ae6d2ea285976b5cea5b502d03
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jan 24 13:18:31 2010 -0500

    Bug 607952 - "Hours" used as both singular and plural forms

 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 90d56d3..59cf6c7 100644
--- a/calendar/gui/alarm-notify/alarm-notify-dialog.c
+++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c
@@ -114,7 +114,7 @@ an_update_hrs_label (GtkSpinButton *sb, gpointer data)
 	an = (AlarmNotify *) data;
 
 	snooze_timeout_hrs  = gtk_spin_button_get_value_as_int (sb);
-	new_label = g_strdup (ngettext ("hours", "hours", snooze_timeout_hrs));
+	new_label = g_strdup (ngettext ("hour", "hours", snooze_timeout_hrs));
 	gtk_label_set_text (GTK_LABEL (an->hrs_label), new_label);
 	g_free (new_label);
 }



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