From 16de7229895d8c8da1ed334a2b638d1795c51626 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 13 Apr 2007 06:48:45 +0000 Subject: src/summaryview.c: modified 'Recent 5 days' to 'Last 5 days'. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1636 ee746299-78ed-0310-b773-934348b2243d --- src/summaryview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/summaryview.c') diff --git a/src/summaryview.c b/src/summaryview.c index e74fe4a5..6357b49d 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2006 Hiroyuki Yamamoto + * Copyright (C) 1999-2007 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -554,7 +554,7 @@ SummaryView *summary_create(void) COND_MENUITEM_ADD(_("Have attachment"), QS_MIME); MENUITEM_ADD(filter_menu, menuitem, NULL, 0); COND_MENUITEM_ADD(_("Within 1 day"), QS_W1DAY); - COND_MENUITEM_ADD(_("Recent 5 days"), QS_RECENT5); + COND_MENUITEM_ADD(_("Last 5 days"), QS_RECENT5); gtk_option_menu_set_menu(GTK_OPTION_MENU(filter_optmenu), filter_menu); #undef COND_MENUITEM_ADD -- cgit v1.2.3