Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 committed Apr 8, 2023
1 parent a4ff649 commit 3f20ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/instantTranslate/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import addonHandler
from copy import deepcopy
from locale import strxfrm
from donate_dialog import requestDonations
from .donate_dialog import requestDonations

addonHandler.initTranslation()

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("This addon translates selected or clipboard text using the Google Translate service and presents it."),
# version
"addon_version" : "4.5.2",
"addon_version" : "4.5.3",
# Author(s)
"addon_author" : "Alexy Sadovoy aka Lex <[email protected]>, ruslan <[email protected]>, beqa <[email protected]>, Mesar Hameed <[email protected]>, Alberto Buffolino <[email protected]>, and other NVDA contributors",
# URL for the add-on documentation support
Expand Down

0 comments on commit 3f20ca3

Please sign in to comment.