0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Improve FilterOwnMessagesSetting description

This commit is contained in:
Alexander01998 2024-07-22 22:07:39 +02:00
parent f41e49d507
commit 79cad3cb65

View File

@ -20,10 +20,10 @@ public class FilterOwnMessagesSetting extends CheckboxSetting
public FilterOwnMessagesSetting()
{
super("Filter own messages",
"Won't translate messages that appear to be sent by you.\n"
"Won't translate messages that appear to be sent by you.\n\n"
+ "It tries to detect your messages based on common chat formats"
+ " like \"<username>\", \"[username]\", or \"username:\". This"
+ " might not work correctly on some servers.",
+ " like \"<name>\", \"[name]\", or \"name:\". This might not"
+ " work correctly on some servers.",
true);
}