diff options
author | 0neGal <mail@0negal.com> | 2022-04-20 20:22:58 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-20 20:22:58 +0200 |
commit | 8c437b60104cbf1bed9ebc313e5bc3b9d04162b3 (patch) | |
tree | 938575a1caccfaeedb4972483ff134833ad873a9 /src/lang | |
parent | a2e1b36c558ed32e7a91b28a21a3843cd82217be (diff) | |
download | Viper-8c437b60104cbf1bed9ebc313e5bc3b9d04162b3.tar.gz Viper-8c437b60104cbf1bed9ebc313e5bc3b9d04162b3.zip |
running status on buttons
When the game is running the buttons will go from saying "Launch" to
"Running" and the buttons will also disable, so you can't run the game
multiple times, avoiding a lot of issues.
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 92aab31..9f2ac40 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -116,6 +116,7 @@ "gui.nsupdate.gaming.body": "An update for Northstar is available.\nYou can force its installation after closing the game.", "gui.launch": "Launch", + "gui.running": "Running", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", "gui.installnorthstar": "Install", |