Windows: Prettify formatting for numbers
All checks were successful
Test / Run tests (push) Successful in 2m5s

This commit is contained in:
2024-09-25 12:19:25 +02:00
parent 1fc736ce16
commit 579ed53487
5 changed files with 8 additions and 8 deletions

View File

@ -730,7 +730,7 @@ namespace Elwig.Windows {
client = await Utils.GetSmtpClient();
Mouse.OverrideCursor = null;
var res = MessageBox.Show($"Sollen {EmailDocuments.Count} E-Mails verschickt werden?",
var res = MessageBox.Show($"Sollen {EmailDocuments.Count:N0} E-Mails verschickt werden?",
"Rundschreiben verschicken", MessageBoxButton.YesNo, MessageBoxImage.Question, MessageBoxResult.No);
if (res != MessageBoxResult.Yes) {
return;