From 6e6bcaf8846e8af0813e5204301a37067f140748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Tue, 4 Jul 2017 10:26:19 -0500 Subject: [PATCH] Rename Path by Current working directory --- spyder/widgets/findinfiles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spyder/widgets/findinfiles.py b/spyder/widgets/findinfiles.py index b6c13b8060e..c5d61e878fd 100644 --- a/spyder/widgets/findinfiles.py +++ b/spyder/widgets/findinfiles.py @@ -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"