Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect button text in message service of MahApps #56

Closed
manne opened this issue Jan 4, 2017 · 1 comment · Fixed by #57
Closed

Incorrect button text in message service of MahApps #56

manne opened this issue Jan 4, 2017 · 1 comment · Fixed by #57

Comments

@manne
Copy link
Contributor

manne commented Jan 4, 2017

Steps to reproduce

  1. Call await _messageService.ShowAsync(string.Format("Are you sure you want to remove person '{0}'?", selectedPerson), "Are you sure?", MessageButton.YesNoCancel, MessageImage.Question)
  2. image

Platform: 2.4.1.0
.NET version: 4.6

Expected behaviour

The text of the buttons should be Yes, No, Cancel

Actual behaviour

The text of the buttons is Ok, Cancel,

Fix is on its way

@lock
Copy link

lock bot commented Aug 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant