aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-01-08 15:35:48 +0100
committer0neGal <mail@0negal.com>2022-01-08 15:35:48 +0100
commit215f37c6fa16c81020c7256133b0058b1b0a98d8 (patch)
tree2c1645213fda795f5ea668d98de9a0cf285f7c78 /src/lang/en.json
parent66e1499c3db2af9ec2002ae18b62892bbece992d (diff)
downloadViper-215f37c6fa16c81020c7256133b0058b1b0a98d8.tar.gz
Viper-215f37c6fa16c81020c7256133b0058b1b0a98d8.zip
mod support is disables if NS is not installed
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index aa76cdf..61a8545 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -71,5 +71,6 @@
"general.mods.enabled": "Enabled mods:",
"general.mods.disabled": "Disabled mods:",
"general.mods.installed": "Installed mods:",
- "general.missingpath": "Game path is not set!"
+ "general.missingpath": "Game path is not set!",
+ "general.notinstalled": "Northstar is not installed!"
}