Updated texts

This commit is contained in:
M66B
2019-08-20 16:52:02 +02:00
parent 29578dd25c
commit 4c90be2192
3 changed files with 24 additions and 18 deletions

View File

@@ -234,7 +234,7 @@ public class FragmentCompose extends FragmentBase {
style = prefs.getBoolean("style_toolbar", true);
setTitle(R.string.page_compose);
setSubtitle(R.string.page_compose_message);
setSubtitle(getResources().getQuantityString(R.plurals.page_message, 1));
}
@Override