Don't translate this string
This commit is contained in:
parent
7a99da5dfb
commit
3284e98034
@ -187,7 +187,7 @@ class EditorSession(QtCore.QObject):
|
|||||||
except UndoFolderExists:
|
except UndoFolderExists:
|
||||||
msgBox = QtGui.QMessageBox()
|
msgBox = QtGui.QMessageBox()
|
||||||
msgBox.setIcon(QtGui.QMessageBox.Warning)
|
msgBox.setIcon(QtGui.QMessageBox.Warning)
|
||||||
msgBox.setWindowTitle(self.tr("MCEdit %(version)s") % {"version": v})
|
msgBox.setWindowTitle("MCEdit %(version)s" % {"version": v})
|
||||||
msgBox.setText(self.tr("This world was not properly closed by MCEdit."))
|
msgBox.setText(self.tr("This world was not properly closed by MCEdit."))
|
||||||
msgBox.setInformativeText(self.tr(
|
msgBox.setInformativeText(self.tr(
|
||||||
"MCEdit may have crashed. An undo history was found for this world. You may try "
|
"MCEdit may have crashed. An undo history was found for this world. You may try "
|
||||||
|
Reference in New Issue
Block a user