Skip to content

Commit 337a50e

Browse files
committed
v1.21p1
1 parent 1b06ae7 commit 337a50e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in `CHANGELOG.md`.
55
* A [LanguageHandler][langhand] for handling strings in different languages. If you want to add a new language, read [this][readme-lang].
66

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

1010
## Removed
1111
Nothing has been removed.

src/main/resources/lang/en-GB.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

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

16-
"dropdown.SERVERLIST.IP": "Sort By: IP",
17-
"dropdown.SERVERLIST.VERSION": "Sort By: Version",
18-
"dropdown.SERVERLIST.MOTD": "Sort By: MOTD",
19-
"dropdown.SERVERLIST.MAX_PLAYERS": "Sort By: Max Players"
16+
"dropdown.SERVERLIST.IP": "Search By: IP",
17+
"dropdown.SERVERLIST.VERSION": "Search By: Version",
18+
"dropdown.SERVERLIST.MOTD": "Search By: MOTD",
19+
"dropdown.SERVERLIST.MAX_PLAYERS": "Search By: Max Players"
2020
}

0 commit comments

Comments
 (0)