Skip to content

Commit

Permalink
Merge pull request #4696 from andfoy/cwd_rename_findinfiles
Browse files Browse the repository at this point in the history
PR: Rename "Path" label to "Current working directory" in Find in Files
  • Loading branch information
ccordoba12 authored Jul 4, 2017
2 parents c92bf8f + 6e6bcaf commit fc2dbd6
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 fc2dbd6

Please sign in to comment.