We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278b496 commit 19d0adaCopy full SHA for 19d0ada
1 file changed
src/plugins/git/GitPlugin.cpp
@@ -217,7 +217,7 @@ void GitPlugin::revertFileHandler() {
217
}
218
219
QMessageBox msgBox(QMessageBox::Warning, client->mdiClientName,
220
- tr("Do you want to revert %1.\n").arg(client->mdiClientName),
+ tr("Do you want to revert %1?\n").arg(client->mdiClientName),
221
QMessageBox::Yes | QMessageBox::Default, manager);
222
msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
223
msgBox.setDefaultButton(QMessageBox::Yes);
0 commit comments