Update IOModesController.cpp (#3166)

This commit is contained in:
xarkes 2023-05-04 06:14:13 +02:00 committed by GitHub
parent b27ee987da
commit cf0f702590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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