From 06020f19214a5e141fe5202a8f8678a2d0c13bd7 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 31 Oct 2005 17:54:37 +0000 Subject: Fix capitalisation, bug #320330. 2005-10-31 Christian Persch * src/ephy-history-window.c: (build_search_box): Fix capitalisation, bug #320330. --- ChangeLog | 6 ++++++ src/ephy-history-window.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f2f155de3..857b87a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-31 Christian Persch + + * src/ephy-history-window.c: (build_search_box): + + Fix capitalisation, bug #320330. + 2005-10-31 Christian Persch * embed/ephy-history.c: (ephy_history_class_init), diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index ebcc7eacc..51425f9f8 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -1039,7 +1039,7 @@ build_search_box (EphyHistoryWindow *editor) combo = gtk_combo_box_new_text (); gtk_widget_show (combo); - gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Last 30 Minutes")); + gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Last 30 minutes")); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Today")); str = g_strdup_printf (ngettext ("Last %d day", "Last %d days", 2), 2); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), str); -- cgit v1.2.3