Skip to content

Commit

Permalink
Update IOModesController.cpp (#3166)
Browse files Browse the repository at this point in the history
  • Loading branch information
xarkes committed May 4, 2023
1 parent b27ee98 commit cf0f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/IOModesController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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?"),
Expand Down

0 comments on commit cf0f702

Please sign in to comment.