From c780e68309b586a97e907dc0a55edc7f103de404 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 28 Feb 2022 17:31:21 -0500 Subject: [PATCH] Fix wording in the client update message --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 6de7dd5..b73a5bc 100644 --- a/main.js +++ b/main.js @@ -415,7 +415,7 @@ ipcMain.handle('clientUpdatePrompt', async (event, tag) => { const versionUpdate = await dialog.showMessageBox(null, { type: 'info', title: 'A Client Update is Available', - message: 'A version of the Super Nintendo Client is available. It is recommended to upgrade, as outdated ' + + message: 'A version of the Z5Client is available. It is recommended to upgrade, as outdated ' + 'versions may contain bugs or be incompatible with new Archipelago features.', buttons: ['Do not update', 'Open downloads page'], });