Skip to content

Commit

Permalink
<feature> update version to v2.3.7
Browse files Browse the repository at this point in the history
update version to v2.3.7
  • Loading branch information
anonymousException committed Jun 6, 2024
1 parent 45075f1 commit b8a2a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def retranslateUi(self, MainWindow):
self.actionpack_game_files.setText(QCoreApplication.translate("MainWindow", u"pack game files", None))
self.clearLogBtn.setText(QCoreApplication.translate("MainWindow", u"clear log", None))
self.copyrightLabel.setText(QCoreApplication.translate("MainWindow", u"\u00a92024 Last moment,All rights reserved.", None))
self.versionLabel.setText(QCoreApplication.translate("MainWindow", u"Version 2.3.6", None))
self.versionLabel.setText(QCoreApplication.translate("MainWindow", u"Version 2.3.7", None))
self.translateBtn.setText(QCoreApplication.translate("MainWindow", u"translate", None))
self.selectFilesBtn.setText(QCoreApplication.translate("MainWindow", u"...", None))
self.label_2.setText(QCoreApplication.translate("MainWindow", u"directory", None))
Expand Down

0 comments on commit b8a2a19

Please sign in to comment.