Skip to content

Commit

Permalink
Fix wrong title name for main window
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldIngot committed Mar 26, 2023
1 parent c97958a commit a18de5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dontdieui.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def setupUi(self, MainWindow):

def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "Minecraft Server Manager"))
MainWindow.setWindowTitle(_translate("MainWindow", "Don't Die"))
self.label_3.setText(_translate("MainWindow", " Don\'t Die v1.3"))
self.stopButton.setText(_translate("MainWindow", "Stop"))
self.label.setText(_translate("MainWindow", "<html><head/><body><p align=\"center\">Username</p></body></html>"))
Expand Down

0 comments on commit a18de5e

Please sign in to comment.