Skip to content

Commit

Permalink
Fix unlock cheat tool tip text
Browse files Browse the repository at this point in the history
Co-authored-by: Margen67 <[email protected]>
  • Loading branch information
FaithBeam and Margen67 authored Nov 7, 2023
1 parent 3a8056f commit b1c6016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sims1WidescreenPatcher.Core/Tabs/ExtrasTabViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ExtrasTabViewModel(CheckboxViewModelFactory creator, ICheatsService cheat
_cheatsService = cheatsService;
AppState = appState;
UnlockCheatsViewModel = (CheckboxViewModel)creator.Create("Unlock Cheats");
UnlockCheatsViewModel.ToolTipText = "Unlock cheats that were disabled in the release build the game";
UnlockCheatsViewModel.ToolTipText = "Unlock cheats that were disabled in the release build of the game.";
UnlockCheatsViewModel.Checked = _cheatsService.CheatsEnabled();
_previousSnapshot = new CheckboxSelectionSnapshot(UnlockCheatsViewModel.Checked);
// make apply button visible/invisible if it is different from the previous state
Expand Down

0 comments on commit b1c6016

Please sign in to comment.