Skip to content

Commit

Permalink
Fix confirm button text in wheel menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachHembree committed May 16, 2024
1 parent 7186c9b commit 274979d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected virtual void SetFont(IFontMin newFont)
cancelButton.Format = cancelButton.Format.WithFont(newFont);

confirmButton.Text = MyTexts.TrySubstitute("Confirm");
confirmButton.Text = MyTexts.TrySubstitute("Cancel");
cancelButton.Text = MyTexts.TrySubstitute("Cancel");
}
}
}
Expand Down

0 comments on commit 274979d

Please sign in to comment.