Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-YsPan authored Mar 15, 2023
1 parent 35687df commit 4298196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChineseTypingPyQt/MainWin.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def setupUi(self, MainWindow):

def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "Chinese Typing PyQt v1.1"))
MainWindow.setWindowTitle(_translate("MainWindow", "Chinese Typing PyQt v1.2"))
self.chArt_Btn.setText(_translate("MainWindow", "選擇文章..."))
self.testToggle.setText(_translate("MainWindow", "開始測驗"))
self.remLabel.setText(_translate("MainWindow", "10:00"))
Expand Down
2 changes: 1 addition & 1 deletion ChineseTypingPyQt/MainWin.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</font>
</property>
<property name="windowTitle">
<string>Chinese Typing PyQt v1.1</string>
<string>Chinese Typing PyQt v1.2</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="font">
Expand Down

0 comments on commit 4298196

Please sign in to comment.