Skip to content

Commit

Permalink
Rename Path by Current working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jul 4, 2017
1 parent c92bf8f commit 6e6bcaf
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 @@ -258,7 +258,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 6e6bcaf

Please sign in to comment.