From c35ebc03dc64803a4be319c69ef43343b0fbee72 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sun, 6 Oct 2024 00:19:50 +0300 Subject: [PATCH] Line fixes --- src/collections/events.ts | 2 +- src/collections/modOptionsData.ts | 4 ++-- src/launcher/manager.ts | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/collections/events.ts b/src/collections/events.ts index 6573aab..3d6fcb5 100644 --- a/src/collections/events.ts +++ b/src/collections/events.ts @@ -31,7 +31,7 @@ export const willRemoveModCollections = async (api: types.IExtensionApi, modId: { message: t( `The removed collection contained custom Mod Options (MCM)! - Do you want to restore your original Mod Options if they were overriden by the collection?` +Do you want to restore your original Mod Options if they were overriden by the collection?` ), }, [{ label: deleteOriginals }, { label: restoreOriginals }, { label: cancel }] diff --git a/src/collections/modOptionsData.ts b/src/collections/modOptionsData.ts index 23c9432..6a3ce2e 100644 --- a/src/collections/modOptionsData.ts +++ b/src/collections/modOptionsData.ts @@ -95,8 +95,8 @@ export const parseCollectionModOptionsData = async ( { message: t( `This collection contains custom Mod Options (MCM)! - Do you want to override your Mod Options with the custom Mod Options? - A backup of your original Mod Options will be kept and will be restored on collection removal.` +Do you want to override your Mod Options with the custom Mod Options? +A backup of your original Mod Options will be kept and will be restored on collection removal.` ), }, [{ label: no }, { label: yes }] diff --git a/src/launcher/manager.ts b/src/launcher/manager.ts index 82bf245..68da877 100644 --- a/src/launcher/manager.ts +++ b/src/launcher/manager.ts @@ -265,15 +265,15 @@ export class VortexLauncherManager { const yesForAll = t(`Install, I accept the risks. Don't ask again for the current session`); const dialogResult = await this.api.showDialog?.( 'question', - t(`Compatible Issue With Game Pass PC Version of the Game!`), + t(`Compatibility Issue With Game Pass PC Version of the Game!`), { message: t( `The following mods: {{ modName }} - + Do not provide binaries for Game Pass PC (Xbox)! Do you want to install binaries for Steam/GOG/Epic version of the game? - + Warning! This can lead to issues!`, { replace: { modName: modName } } ),