Skip to content

Commit

Permalink
v1.21p1
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidRepo committed Jul 22, 2023
1 parent 1b06ae7 commit 337a50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in `CHANGELOG.md`.
* A [LanguageHandler][langhand] for handling strings in different languages. If you want to add a new language, read [this][readme-lang].

## Modified
Nothing has been modified.
* Fixed `dropdown.SERVERLIST.*` strings saying 'Sort By' instead of 'Search By'.

## Removed
Nothing has been removed.
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/lang/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

"button.SERVERLIST": "Toggle Server List",

"dropdown.SERVERLIST.IP": "Sort By: IP",
"dropdown.SERVERLIST.VERSION": "Sort By: Version",
"dropdown.SERVERLIST.MOTD": "Sort By: MOTD",
"dropdown.SERVERLIST.MAX_PLAYERS": "Sort By: Max Players"
"dropdown.SERVERLIST.IP": "Search By: IP",
"dropdown.SERVERLIST.VERSION": "Search By: Version",
"dropdown.SERVERLIST.MOTD": "Search By: MOTD",
"dropdown.SERVERLIST.MAX_PLAYERS": "Search By: Max Players"
}

0 comments on commit 337a50e

Please sign in to comment.