Fixed message

This commit is contained in:
M66B 2019-01-04 14:09:58 +00:00
parent a29efd08e9
commit d54f85618a
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ public class FragmentSetup extends FragmentEx {
if (!drafts)
throw new IllegalArgumentException(
context.getString(R.string.title_setup_no_settings));
context.getString(R.string.title_setup_no_settings, dparts[1]));
} finally {
if (istore != null)
istore.close();