Change wording of a message box

This commit is contained in:
Martin Kleusberg
2017-06-28 22:45:16 +02:00
parent 3c40a12103
commit e3764c920f

View File

@@ -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)
{