diff --git a/spyder/plugins/editor/utils/switcher_manager.py b/spyder/plugins/editor/utils/switcher_manager.py index 887082091ef..820d2369b5a 100644 --- a/spyder/plugins/editor/utils/switcher_manager.py +++ b/spyder/plugins/editor/utils/switcher_manager.py @@ -80,7 +80,8 @@ def handle_switcher_modes(self, mode): def create_editor_switcher(self): """Populate switcher with open files.""" self._switcher.set_placeholder_text( - _('Start typing the name of an open file')) + _('Search files by name (add @ for symbols)') + ) editorstack = self._editorstack() editor_list = editorstack.data.copy()