mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Changed text
This commit is contained in:
@@ -347,7 +347,8 @@ public class FragmentSetup extends FragmentEx {
|
||||
}
|
||||
|
||||
if (!drafts)
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_no_drafts));
|
||||
throw new IllegalArgumentException(
|
||||
context.getString(R.string.title_setup_no_settings));
|
||||
} finally {
|
||||
if (istore != null)
|
||||
istore.close();
|
||||
|
||||
Reference in New Issue
Block a user