Skip to content

Commit

Permalink
remove tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd committed Jul 11, 2024
1 parent 630cab5 commit 573e196
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/gui/settingsDialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,10 +822,6 @@ def makeSettings(self, settingsSizer):
choices=languageChoices,
)
self.bindHelpEvent("GeneralSettingsLanguage", self.languageList)
self.languageList.SetToolTip(
# Translators: a tool tip for NVDA language selection in general settings.
wx.ToolTip(_("Choose the language NVDA's messages and user interface should be presented in.")),
)
self.oldLanguage = config.conf["general"]["language"]
if languageHandler.isLanguageForced():
index = len(self.languageNames) - 1
Expand Down

0 comments on commit 573e196

Please sign in to comment.