Don't translate this string

This commit is contained in:
David Vierra 2018-02-26 08:39:21 -10:00
parent 7a99da5dfb
commit 3284e98034

View File

@ -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 "