Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
修复菜单栏不雅词汇
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega Chweng authored and megachweng committed Jul 16, 2019
1 parent 64ffefb commit d9873ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def showWindow():
w.exec()


action = QAction("Dick2Anki...", mw)
action = QAction("Dict2Anki...", mw)
action.triggered.connect(showWindow)
mw.form.menuTools.addAction(action)

Expand Down
2 changes: 1 addition & 1 deletion addon/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 'v6.0.0'
VERSION = 'v6.0.1'
RELEASE_URL = 'https://github.com/megachweng/Dict2Anki'
VERSION_CHECK_API = 'https://api.github.com/repos/megachweng/Dict2Anki/releases/latest'
MODEL_NAME = f'Dict2Anki-{VERSION}'
Expand Down

0 comments on commit d9873ce

Please sign in to comment.