From dfd7613b72b229daf37c43bd58853be947d14fee Mon Sep 17 00:00:00 2001 From: jliddev Date: Tue, 23 Mar 2021 15:15:30 -0500 Subject: [PATCH] Typo --- wowup-electron/src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowup-electron/src/assets/i18n/en.json b/wowup-electron/src/assets/i18n/en.json index 448b8356..95259d58 100644 --- a/wowup-electron/src/assets/i18n/en.json +++ b/wowup-electron/src/assets/i18n/en.json @@ -370,7 +370,7 @@ "THEME_DESCRIPTION": "Change the color theme to whatever you like", "THEME_LABEL": "Color Theme", "TITLE": "Application", - "USE_CURSE_PROTOCOL_CONFIRMATION_DESCRIPTION": "WowUp can set itself as the default handler for CurseForge download links. This may cause issues if you try to use the CursForge app, are you sure you want to continue?", + "USE_CURSE_PROTOCOL_CONFIRMATION_DESCRIPTION": "WowUp can set itself as the default handler for CurseForge download links. This may cause issues if you try to use the CurseForge app, are you sure you want to continue?", "USE_CURSE_PROTOCOL_CONFIRMATION_LABEL": "Handle CurseForge Downloads?", "USE_HARDWARE_ACCELERATION_CONFIRMATION_LABEL": "Do you want to restart?", "USE_HARDWARE_ACCELERATION_DESCRIPTION": "Disabling hardware acceleration might solve FPS issues and fix other rendering issues in this app.
Changing this setting requires a restart.",