mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 05:37:07 +00:00
Changed text
This commit is contained in:
parent
ac98726c4c
commit
e639d4b11a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue