Skip to content

Commit

Permalink
Improve FilterOwnMessagesSetting description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jul 22, 2024
1 parent f41e49d commit 79cad3c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 79cad3c

Please sign in to comment.