From b125018808b43fac9f5c81d7e7b07ec92eef30fc Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 16 Sep 2023 02:17:46 +0200 Subject: made some lang keys far more logical Most of these are from back when Viper was originally started, I also removed a few keys as they were no longer in use, but were forgotten about, most of these are from pre-v1.0.0 aka, the old smaller UI --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index b8a9f97..2a7f4d7 100644 --- a/src/index.js +++ b/src/index.js @@ -209,7 +209,7 @@ ipcMain.on("setlang", (event, lang) => { ipcMain.on("update-northstar", async () => { if (await is_running.game()) { - return win_show.alert(lang("general.autoupdates.gamerunning")); + return win_show.alert(lang("general.auto_updates.game_running")); } update.northstar(); -- cgit v1.2.3