Refactoring, updated text

This commit is contained in:
M66B
2020-08-20 23:18:55 +02:00
parent 78d524ef56
commit 352f757ede
6 changed files with 22 additions and 22 deletions

View File

@@ -1049,7 +1049,7 @@ public class Log {
List<TupleIdentityEx> identities = db.identity().getComposableIdentities(null);
if (identities == null || identities.size() == 0)
throw new IllegalArgumentException(context.getString(R.string.title_no_identities));
throw new IllegalArgumentException(context.getString(R.string.title_no_composable));
EntityIdentity identity = identities.get(0);
EntityFolder drafts = db.folder().getFolderByType(identity.account, EntityFolder.DRAFTS);