Improved error message

This commit is contained in:
M66B
2019-11-12 08:39:37 +01:00
parent 48a75e068c
commit 3951e656cc
3 changed files with 3 additions and 4 deletions

View File

@@ -301,8 +301,7 @@ public class FragmentGmail extends FragmentBase {
folders = iservice.getFolders();
if (folders == null)
throw new IllegalArgumentException(
context.getString(R.string.title_setup_no_settings, domain));
throw new IllegalArgumentException(context.getString(R.string.title_setup_no_system_folders));
}
String iprotocol = provider.smtp.starttls ? "smtp" : "smtps";