diff options
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index c21625101..506e7045c 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -825,7 +825,7 @@ build_search_box (EphyHistoryWindow *editor) gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), str); g_free (str); - gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), _("Ever")); + gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), _("All history")); g_settings_bind (EPHY_SETTINGS_STATE, EPHY_PREFS_STATE_HISTORY_DATE_FILTER, |