aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_account_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_account_dialog.c')
-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);