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. --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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