From 04c553e657d1d976f59253a537eaf15fb9ba7a1c Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 1 Oct 2019 08:33:36 +0200 Subject: [PATCH] confirmation text improved --- src/gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 40969bb..9594ece 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -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)