Small fix

This commit is contained in:
M66B
2020-07-03 21:39:54 +02:00
parent a2108c8dd8
commit e2aa040032

View File

@@ -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))