aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
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();