Skip to content

Commit

Permalink
Merge from 3.x: PR #4696
Browse files Browse the repository at this point in the history
Fixes #4693
  • Loading branch information
ccordoba12 committed Jul 4, 2017
2 parents fe8d342 + fc2dbd6 commit aa081f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder/widgets/findinfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ def __init__(self, parent, search_text, search_text_regexp, search_path,
# Layout 3
hlayout3 = QHBoxLayout()

self.global_path_search = QRadioButton(_("Path"), self)
self.global_path_search = QRadioButton(_("Current working "
"directory"), self)
self.global_path_search.setChecked(True)
self.global_path_search.setToolTip(_("Search in all files and "
"directories present on the"
Expand Down

0 comments on commit aa081f3

Please sign in to comment.