Changed text

This commit is contained in:
M66B 2019-01-02 18:39:39 +01:00
parent ac98726c4c
commit e639d4b11a
1 changed files with 2 additions and 1 deletions

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