mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Small fix
This commit is contained in:
@@ -494,7 +494,7 @@ public class EntityRule {
|
||||
Resources res = context.createConfigurationContext(configuration).getResources();
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(context.getString(R.string.title_rule_tts_prefix)).append(". ");
|
||||
sb.append(res.getString(R.string.title_rule_tts_prefix)).append(". ");
|
||||
|
||||
if (message.from != null && message.from.length > 0)
|
||||
sb.append(res.getString(R.string.title_rule_tts_from))
|
||||
|
||||
Reference in New Issue
Block a user