commit b2df7ce9b74d23d33548e1f1b435e929b5b9a0cf parent 881c83459ea5ac52b30030dabdc0a8490e7554f8 Author: Paul <paul@claws-mail.org> Date: Mon, 26 Nov 2018 09:41:38 +0000 be more informative in 'Add mailbox' dialogue Diffstat:
| M | src/mainwindow.c | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/mainwindow.c b/src/mainwindow.c @@ -2892,8 +2892,10 @@ static void main_window_add_mailbox(MainWindow *mainwin) Folder *folder; path = input_dialog(_("Add mailbox"), - _("Input the location of mailbox.\n" - "If an existing mailbox is specified, it will be\n" + _("Input the location of the mailbox.\n" + "The location can be either the full path or relative to the \n" + "home directory.\n" + "If the location of an existing mailbox is specified, it will be\n" "scanned automatically."), "Mail"); if (!path) return;