diff --git a/src/add-ons/mail_daemon/inbound_protocols/imap/ConfigView.cpp b/src/add-ons/mail_daemon/inbound_protocols/imap/ConfigView.cpp index a704cc4dc4..6cfaf452ef 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/imap/ConfigView.cpp +++ b/src/add-ons/mail_daemon/inbound_protocols/imap/ConfigView.cpp @@ -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();