--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/Ui_HgUncommitDialog.py Wed Dec 04 10:45:31 2024 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/Ui_HgUncommitDialog.py Wed Dec 04 11:29:15 2024 +0100 @@ -91,7 +91,7 @@ self.logGroup.setTitle(_translate("HgUncommitDialog", "Commit Message")) self.logEdit.setToolTip(_translate("HgUncommitDialog", "Enter the log message.")) self.logEdit.setWhatsThis(_translate("HgUncommitDialog", "<b>Log Message</b>\n" -"<p>Enter the log message for the commit action.</p>")) +"<p>Enter the log message for the uncommit action.</p>")) self.label.setText(_translate("HgUncommitDialog", "Recent commit messages")) self.recentComboBox.setToolTip(_translate("HgUncommitDialog", "Select a recent commit message to use")) self.keepCheckBox.setToolTip(_translate("HgUncommitDialog", "Select to allow an empty commit after undoing it."))