aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-01-03 00:43:45 +0100
committer0neGal <mail@0negal.com>2022-01-03 00:43:45 +0100
commitbf7bd0993714f20fd0ab360de956378113e1d9c2 (patch)
tree9ba692562f64ed86151617756cfd214e57c8b25d /src/lang
parent9c4b2aa7bfe2a96354f968c23a98213995242380 (diff)
downloadViper-bf7bd0993714f20fd0ab360de956378113e1d9c2.tar.gz
Viper-bf7bd0993714f20fd0ab360de956378113e1d9c2.zip
fully working GUI functionality
Smoothly updates and works flawlessly, the only thing that really needs improvements is the design and on top of that installing mods from a Zip file over folder.
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index c5e0d77..20f97f2 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -35,6 +35,8 @@
"gui.mods.toggleall": "Toggle All",
"gui.mods.remove": "Remove Mod",
"gui.mods.removeall": "Remove All",
+ "gui.mods.nothingselected": "You've not selected a mod.",
+ "gui.mods.removeall.confirm": "Removing all mods will usually require you to reinstall Northstar, are you sure?",
"gui.update.downloading": "Downloading...",
"gui.update.extracting": "Extracting update...",