From e3764c920faa2a4becb125aaa71884b8849dcaed Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Wed, 28 Jun 2017 22:45:16 +0200 Subject: [PATCH] Change wording of a message box --- src/ExtendedTableWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExtendedTableWidget.cpp b/src/ExtendedTableWidget.cpp index 7f087ef8..1ff1e952 100644 --- a/src/ExtendedTableWidget.cpp +++ b/src/ExtendedTableWidget.cpp @@ -293,7 +293,7 @@ void ExtendedTableWidget::paste() { // Ask user is it sure about this QMessageBox::StandardButton reply = QMessageBox::question(this, QApplication::applicationName(), - tr("The content of clipboard is bigger than the range selected.\nDo you want to insert it anyway?"), + tr("The content of the clipboard is bigger than the range selected.\nDo you want to insert it anyway?"), QMessageBox::Yes|QMessageBox::No); if(reply != QMessageBox::Yes) {