Updated text

This commit is contained in:
M66B
2023-12-03 07:20:05 +01:00
parent 5eb1e7902c
commit ff60bbc27e
2 changed files with 4 additions and 4 deletions

View File

@@ -1031,9 +1031,9 @@ public class FragmentMessages extends FragmentBase
}
if (EntityMessage.PRIORITIY_HIGH.equals(message.importance))
tvDate.setText(R.string.title_is_important);
tvDate.setText(R.string.title_important);
else if (EntityMessage.PRIORITIY_LOW.equals(message.importance))
tvDate.setText(R.string.title_is_not_important);
tvDate.setText(R.string.title_unimportant);
else
tvDate.setText(date_week
? getWeek(message.received, parent.getContext())