confirmation text improved
This commit is contained in:
parent
2a5cf16998
commit
04c553e657
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ void MainWindow::onCancelSaleButtonClicked([[maybe_unused]] bool checked)
|
||||||
|
|
||||||
auto dlgResult =
|
auto dlgResult =
|
||||||
QMessageBox(QMessageBox::Icon::Warning, "Sind Sie sicher?",
|
QMessageBox(QMessageBox::Icon::Warning, "Sind Sie sicher?",
|
||||||
"Möchten Sie wirklich stornieren?",
|
"Möchten Sie wirklich aus abgeschlossenen Verkäufen stornieren?",
|
||||||
QMessageBox::StandardButton::Yes | QMessageBox::StandardButton::No, this)
|
QMessageBox::StandardButton::Yes | QMessageBox::StandardButton::No, this)
|
||||||
.exec();
|
.exec();
|
||||||
if (dlgResult == QMessageBox::No)
|
if (dlgResult == QMessageBox::No)
|
||||||
|
|
Loading…
Reference in a new issue