mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Update IOModesController.cpp (#3166)
This commit is contained in:
parent
b27ee987da
commit
cf0f702590
@ -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?"),
|
||||
|
Loading…
Reference in New Issue
Block a user