diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-13 06:48:45 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-13 06:48:45 +0000 |
commit | 16de7229895d8c8da1ed334a2b638d1795c51626 (patch) | |
tree | 2f2b23eb912d8dd018bf2b376b47780d07aea300 /src/summaryview.c | |
parent | c4f60c4fbd1b8cde8e2db0ab64ca2757f161e0ff (diff) |
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
Diffstat (limited to 'src/summaryview.c')
-rw-r--r-- | src/summaryview.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |