correcting a grammar bug. Fixes bug #348674.

2006-07-26  Andre Klapper  <a9016009@gmx.de>

	* em-folder-browser.c: correcting a grammar bug. Fixes bug #348674.

svn path=/trunk/; revision=32415
This commit is contained in:
Andre Klapper
2006-07-26 07:37:29 +00:00
committed by Andre Klapper
parent 3ff5fdc005
commit 98fd7a8d49
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-07-26 Andre Klapper <a9016009@gmx.de>
* em-folder-browser.c: correcting a grammar bug. Fixes bug #348674.
2006-07-24 Ushveen Kaur <kushveen@novell.com>
** Fixes Bug #341840

View File

@ -192,7 +192,7 @@ static ESearchBarItem temp_view_items[] = {
{ NULL, 0, 0 },
{ N_("Read Messages"), VIEW_READ_MESSAGES, 0 },
{ N_("Recent Messages"), VIEW_RECENT_MESSAGES, 0 },
{ N_("Last 5 Days Messages"), VIEW_LAST_FIVE_DAYS, 0 },
{ N_("Last 5 Days' Messages"), VIEW_LAST_FIVE_DAYS, 0 },
{ N_("Messages with Attachments"), VIEW_WITH_ATTACHMENTS, 0 },
{ N_("Messages Not Junk"), VIEW_NOT_JUNK, 0 },
/* { NULL, 0, NULL }, */