Skip to content

Commit

Permalink
Contract "DO NOT" to "DON'T" to avoid ellipses
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyborger1 committed Jun 23, 2024
1 parent 2a40d3d commit da521d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/botdetector/ui/BotDetectorPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public enum WarningLabel
"<html>Your player name could not be loaded correctly."
+ "<br>Most likely you spawned on Tutorial Island or your name was forcibly reset by Jagex."
+ "<br>Try relogging after setting a name.</html>"),
HARASSMENT_WARNING(Icons.STRONG_WARNING_ICON, " DO NOT HARASS OTHER PLAYERS",
HARASSMENT_WARNING(Icons.STRONG_WARNING_ICON, " DON'T HARASS OTHER PLAYERS",
"<html>We have received reports of legitimate players being harassed by users of this plugin." +
"<br>Turn off this warning in the plugin's config.</html>")
;
Expand Down

0 comments on commit da521d1

Please sign in to comment.