Skip to content

Commit

Permalink
Fix some incorrect options texts
Browse files Browse the repository at this point in the history
- Fixed two of the Mods button style names being wrong
  • Loading branch information
Prospector committed Feb 1, 2021
1 parent f77b05b commit 9e2319d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/modmenu/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
"option.modmenu.mods_button_style": "Mods Button: %s",
"option.modmenu.mods_button_style.classic": "Below Realms",
"option.modmenu.mods_button_style.replace_realms": "Replace Realms",
"option.modmenu.mods_button_style.shrink": "Shrink Realms",
"option.modmenu.mods_button_style.fabric_icon": "Fabric Icon"
"option.modmenu.mods_button_style.shrink": "Adjacent",
"option.modmenu.mods_button_style.icon": "Icon"
}

0 comments on commit 9e2319d

Please sign in to comment.