Skip to content

Commit

Permalink
Line fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 5, 2024
1 parent 3c08f0a commit c35ebc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/collections/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }]
Expand Down
4 changes: 2 additions & 2 deletions src/collections/modOptionsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }]
Expand Down
6 changes: 3 additions & 3 deletions src/launcher/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
),
Expand Down

0 comments on commit c35ebc0

Please sign in to comment.