aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
author3top1a <57371001+3top1a@users.noreply.github.com>2022-01-24 14:27:29 +0100
committerGitHub <noreply@github.com>2022-01-24 14:27:29 +0100
commit18d1166b6b8beef422590607cd02d613dd02d2d0 (patch)
tree2f97eaeab7935cdd852da46011fdd5a03aa29913 /src/lang/en.json
parent1362df77adf25a941cc31d3a82378f6911728f10 (diff)
downloadViper-18d1166b6b8beef422590607cd02d613dd02d2d0.tar.gz
Viper-18d1166b6b8beef422590607cd02d613dd02d2d0.zip
Edge case in vdf reading (#56)
* Edge case * Alert user only when automatic detection failed * extra info on not found message * support for [Free/Open]BSD Co-authored-by: 0neGal <mail@0negal.com>
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index c2b6f98..8d4daeb 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -96,7 +96,7 @@
"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 location could not be found automatically! Please select it manually!",
"general.notinstalled": "Northstar is not installed!",
"general.launching": "Launching"
}