From: Paul Mangan Date: Mon, 18 Jun 2001 14:57:26 +0000 (+0000) Subject: UI stuff: changes to the English X-Git-Tag: VERSION_0_5_0~79 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=54c62512b78f0189a9ae7c621c77b9a839db72b9;ds=inline UI stuff: changes to the English --- diff --git a/ChangeLog.claws b/ChangeLog.claws index e523a211c..0e9ac49b0 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2001-06-18 [paul] + + * src/prefs_account.c + UI stuff: More changes to the English + 2001-06-18 [paul] * src/pixmaps/stock_news_compose.xpm: new file diff --git a/src/prefs_account.c b/src/prefs_account.c index 8a3c6f390..548b61105 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -890,10 +890,10 @@ static void prefs_account_receive_create(void) PACK_CHECK_BUTTON (vbox2, rmmail_chkbtn, _("Remove messages on server when received")); PACK_CHECK_BUTTON (vbox2, getall_chkbtn, - _("Receive all messages on server")); + _("Download all messages on server")); PACK_CHECK_BUTTON (vbox2, recvatgetall_chkbtn, - _("`Receive all' checks for new mail on this account")); + _("`Get all' checks for new mail on this account")); PACK_CHECK_BUTTON (vbox2, filter_on_recv_chkbtn, _("Filter messages on receiving"));