Skip to content

Commit

Permalink
Merge from 3.x: PR #4978
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 16, 2017
2 parents 26af7b2 + ae0c73a commit 6adce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/widgets/findinfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def __init__(self, parent, search_text, search_text_regexp, search_path,
"(If opened)"))
item.setFlags(item.flags() & ~Qt.ItemIsEnabled)

self.path_selection_contents.addItem(_("File"))
self.path_selection_contents.addItem(_("File").replace('&', ''))
item = self.path_selection_contents.item(2)
item.setToolTip(_("Search in current opened file"))

Expand Down

0 comments on commit 6adce84

Please sign in to comment.