aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-01 05:29:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-01 05:29:25 +0000
commit730cf1d3a12087073375e1295655f404f8a1c721 (patch)
tree35f6af34973c71ab9d98703cc6fbf657a101e780 /src/summaryview.c
parentc6d0596a556e392d56c2edf525798464ae3640fa (diff)
modified 'Go to next folder' dialog description.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2555 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index ad31543f..49742199 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1445,7 +1445,7 @@ void summary_select_next_unread(SummaryView *summaryview)
summary_select_next_flagged_or_folder(summaryview, MSG_UNREAD,
_("No more unread messages"),
_("No unread message found. "
- "Go to next folder?"),
+ "Go to next unread folder?"),
NULL);
}
@@ -1463,7 +1463,7 @@ void summary_select_next_new(SummaryView *summaryview)
summary_select_next_flagged_or_folder(summaryview, MSG_NEW,
_("No more new messages"),
_("No new message found. "
- "Go to next folder?"),
+ "Go to next folder which has new messages?"),
NULL);
}