From c5c63d6c8a81596d0dcf3e14e072ea14f4d0610c Mon Sep 17 00:00:00 2001 From: 0neGal Date: Fri, 31 Dec 2021 15:41:51 +0100 Subject: added remove and toggle mod/all mods --- src/lang/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lang') 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...", -- cgit v1.2.3