confirmation text improved

This commit is contained in:
Martin Brodbeck 2019-10-01 08:33:36 +02:00
parent 2a5cf16998
commit 04c553e657
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ void MainWindow::onCancelSaleButtonClicked([[maybe_unused]] bool checked)
auto dlgResult =
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)
.exec();
if (dlgResult == QMessageBox::No)