Skip to content

Commit

Permalink
EditableTextWithSuggestions: remove braille message shown when sugges…
Browse files Browse the repository at this point in the history
…tions close for consistency with other situations (such as browse mode toggle). re nvaccess#6241.
  • Loading branch information
josephsl committed May 31, 2017
1 parent cb3d6cf commit 733c12c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/NVDAObjects/behaviors.py
Expand Up @@ -658,7 +658,5 @@ def event_suggestionsClosed(self):
Subclasses should provide custom implementations if possible.
By default NVDA will announce this via speech, braille or via a sound.
"""
# Translators: Announced in braille when suggestions disappear when search term is entered in various search fields such as Start search box in Windows 10.
braille.handler.message(_("Suggestions closed"))
if config.conf["presentation"]["reportAutoSuggestionsWithSound"]:
nvwave.playWaveFile(r"waves\suggestionsClosed.wav")

0 comments on commit 733c12c

Please sign in to comment.