diff options
author | 0neGal <mail@0negal.com> | 2023-03-05 00:52:49 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-03-05 00:52:49 +0100 |
commit | a5dd677c6e5e6c2cb3eec7a2edc08d15dfe43c7a (patch) | |
tree | e058daee9677f5820d3130f08a34cb9ccfd8442e /src/lang/en.json | |
parent | 5d86a3daa5f762326055469b6bcd8346e0655056 (diff) | |
download | Viper-a5dd677c6e5e6c2cb3eec7a2edc08d15dfe43c7a.tar.gz Viper-a5dd677c6e5e6c2cb3eec7a2edc08d15dfe43c7a.zip |
show alert when updating with game running
This also fixes is_running not quite working on Linux
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 3627151..f9f84db 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -26,7 +26,6 @@ "cli.autoupdates.checking": "Checking for Northstar updates...", "cli.autoupdates.available": "Northstar update available!", - "cli.autoupdates.gamerunning": "Game is running, refusing to update Northstar", "cli.autoupdates.updatingns": "Launching update process...", "cli.autoupdates.noupdate": "No Northstar update available.", @@ -159,6 +158,7 @@ "ns.menu.mods": "Mods", "ns.menu.release": "Release Notes", + "general.autoupdates.gamerunning": "Game is running, refusing to update Northstar", "general.mods.enabled": "Enabled mods:", "general.mods.disabled": "Disabled mods:", "general.mods.installed": "Installed mods:", |