aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-12 06:31:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-12 06:31:55 +0000
commit4e029c26ee4bca999bf39dda0b1b2d2bfe5101bc (patch)
treef6232c0f0fe543859787f92f1642b5cb54e3a41f /src/summaryview.c
parent85969fb751e0da20008a66b8f81e8196131da4da (diff)
modified several alerts, and added accelerators for the buttons.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index a18e3e28..23c6e0ad 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1144,7 +1144,7 @@ static void summary_select_next_flagged_or_folder(SummaryView *summaryview,
val = alertpanel(title, ask_msg,
GTK_STOCK_YES, GTK_STOCK_NO,
- _("Search again"));
+ _("_Search again"));
if (val == G_ALERTDEFAULT) {
folderview_select_next_unread(summaryview->folderview);