diff options
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 0aa7ef2..523c6fa 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -25,7 +25,9 @@ "gui.mods": "Mods", "gui.mods.count": "Mods Installed:", "gui.mods.install": "Install Mod", - "gui.mods.removemod": "Remove Mod", + "gui.mods.toggle": "Toggle Mod", + "gui.mods.toggleall": "Toggle All", + "gui.mods.remove": "Remove Mod", "gui.mods.removeall": "Remove All", "gui.update.downloading": "Downloading...", |