File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1111Nothing has been removed.
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments