1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 05:37:07 +00:00

Changed text

This commit is contained in:
M66B 2019-01-02 18:39:39 +01:00
parent ac98726c4c
commit e639d4b11a

View file

@ -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();