Improved label of the button to configure the IMAP folders.

This commit is contained in:
Axel Dörfler
2015-01-06 15:23:47 +01:00
parent 22fc80c6e3
commit 4235da3061
@@ -73,7 +73,7 @@ ConfigView::ConfigView(const BMailAccountSettings& accountSettings,
((BControl*)(FindView("leave_mail_on_server")))->Hide();
fFolderButton = new BButton("IMAP Folders", B_TRANSLATE(
"IMAP Folders"), new BMessage(kMsgOpenIMAPFolder));
"Configure IMAP Folders"), new BMessage(kMsgOpenIMAPFolder));
Layout()->AddView(fFolderButton, 0, Layout()->CountRows(), 2);
BPath defaultFolder = BPrivate::default_mail_directory();