Update IOModesController.cpp (#3166)

This commit is contained in:
xarkes 2023-05-04 06:14:13 +02:00 committed by Anton Kochkov
parent 4f0d8f7e2b
commit 546999978e

View File

@ -91,7 +91,7 @@ bool IOModesController::askCommitUnsavedChanges()
// Check if there are uncommitted changes
if (!allChangesComitted()) {
QMessageBox::StandardButton ret = QMessageBox::question(
NULL, QObject::tr("Uncomitted changes"),
NULL, QObject::tr("Uncommitted changes"),
QObject::tr("It seems that you have changes or patches that are not committed to "
"the file.\n"
"Do you want to commit them now?"),