diff options
author | 0neGal <mail@0negal.com> | 2023-05-06 23:08:10 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-05-06 23:08:10 +0200 |
commit | cfec36cbdf00b181e6560be15c6b341842894e00 (patch) | |
tree | 79695f247fdd886874617adf78015bccc7508bca /src/lang | |
parent | 4e60274bbefa1ddf17cb5b7589b6915254063bbe (diff) | |
download | Viper-cfec36cbdf00b181e6560be15c6b341842894e00.tar.gz Viper-cfec36cbdf00b181e6560be15c6b341842894e00.zip |
change launch button text if game is running
This should've already been a thing, and was a thing for when the game
was currently launching, but this functionality seems to have been
broken at some point.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 4eabbbd..4f90f32 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -164,6 +164,7 @@ "general.mods.installed": "Installed mods:", "general.missingpath": "Game location could not be found automatically! Please select it manually!", "general.notinstalled": "Northstar is not installed!", + "general.running": "Running", "general.launching": "Launching", "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n", |