Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Feb 15, 2025
1 parent a53931c commit c4f7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigApp/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private void OnUserSaveClick(object sender, RoutedEventArgs e)
|| OptionsManager.EffectsFile.FoundFilePath == "configs/effects.ini")
{
oldIniFilesExist = true;
if (MessageBox.Show("WARNING: Starting with mod version 2.2 config files are automatically migrated to the new JSON format. Clicking OK will migrate to your config files. " +
if (MessageBox.Show("WARNING: Starting with mod version 2.2 config files are automatically migrated to the new JSON format. Clicking OK will migrate your config files. " +
"This will prevent you from using earlier mod versions with your existing config. Your old config files will be backed up to the configs/old/ directory. Continue?", "ChaosModV", MessageBoxButton.OKCancel, MessageBoxImage.Warning)
!= MessageBoxResult.OK)
return;
Expand Down

0 comments on commit c4f7fe4

Please sign in to comment.