Skip to content

Commit

Permalink
<fix> fix unable to get python version due to codec problem
Browse files Browse the repository at this point in the history
update version to v2.3.5
  • Loading branch information
anonymousException committed Jun 5, 2024
1 parent 6791ea1 commit 0bab428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.actionGreek.setText(QCoreApplication.translate("MainWindow", u"Greek", 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.4", None))
self.versionLabel.setText(QCoreApplication.translate("MainWindow", u"Version 2.3.5", 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
2 changes: 1 addition & 1 deletion src/ui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</size>
</property>
<property name="text">
<string>Version 2.3.4</string>
<string>Version 2.3.5</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0bab428

Please sign in to comment.