89 _translate = QtCore.QCoreApplication.translate |
89 _translate = QtCore.QCoreApplication.translate |
90 HgUncommitDialog.setWindowTitle(_translate("HgUncommitDialog", "Undo Local Commit")) |
90 HgUncommitDialog.setWindowTitle(_translate("HgUncommitDialog", "Undo Local Commit")) |
91 self.logGroup.setTitle(_translate("HgUncommitDialog", "Commit Message")) |
91 self.logGroup.setTitle(_translate("HgUncommitDialog", "Commit Message")) |
92 self.logEdit.setToolTip(_translate("HgUncommitDialog", "Enter the log message.")) |
92 self.logEdit.setToolTip(_translate("HgUncommitDialog", "Enter the log message.")) |
93 self.logEdit.setWhatsThis(_translate("HgUncommitDialog", "<b>Log Message</b>\n" |
93 self.logEdit.setWhatsThis(_translate("HgUncommitDialog", "<b>Log Message</b>\n" |
94 "<p>Enter the log message for the commit action.</p>")) |
94 "<p>Enter the log message for the uncommit action.</p>")) |
95 self.label.setText(_translate("HgUncommitDialog", "Recent commit messages")) |
95 self.label.setText(_translate("HgUncommitDialog", "Recent commit messages")) |
96 self.recentComboBox.setToolTip(_translate("HgUncommitDialog", "Select a recent commit message to use")) |
96 self.recentComboBox.setToolTip(_translate("HgUncommitDialog", "Select a recent commit message to use")) |
97 self.keepCheckBox.setToolTip(_translate("HgUncommitDialog", "Select to allow an empty commit after undoing it.")) |
97 self.keepCheckBox.setToolTip(_translate("HgUncommitDialog", "Select to allow an empty commit after undoing it.")) |
98 self.keepCheckBox.setText(_translate("HgUncommitDialog", "Allow empty commit after undoing commit")) |
98 self.keepCheckBox.setText(_translate("HgUncommitDialog", "Allow empty commit after undoing commit")) |
99 self.allowDirtyCheckBox.setToolTip(_translate("HgUncommitDialog", "Select to allow undoing the commit with outstanding changes.")) |
99 self.allowDirtyCheckBox.setToolTip(_translate("HgUncommitDialog", "Select to allow undoing the commit with outstanding changes.")) |