aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-07 07:17:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-07 07:17:23 +0000
commite49860977aed415cd2e1e6adf1b2cab93a2b922c (patch)
tree66f056d22e42382588ff8aaa53499316e2ea62b3 /src
parent8cf6c71043accaeabfe48e81583c1417a5c52675 (diff)
modified the description of 'Download all messages' option.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1405 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/prefs_account_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_account_dialog.c b/src/prefs_account_dialog.c
index 83c3a9db..f8c7e549 100644
--- a/src/prefs_account_dialog.c
+++ b/src/prefs_account_dialog.c
@@ -880,7 +880,7 @@ static void prefs_account_receive_create(void)
PACK_VSPACER(vbox2, vbox3, VSPACING_NARROW_2);
PACK_CHECK_BUTTON (vbox2, getall_chkbtn,
- _("Download all messages on server"));
+ _("Download all messages (including already received) on server"));
hbox1 = gtk_hbox_new (FALSE, 8);
gtk_widget_show (hbox1);