mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Updated text
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user