TextEditor: rename "Files on File System" as "Files in..."

The current actually means "files about the file system".
Yes, I know it has been there forever and a day :).

Change-Id: Ica99118b902c9ba08a1434fc97820348b3312a87
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-11-10 14:24:51 +01:00
parent 7e453d0ef7
commit 17b892f8f3
3 changed files with 3 additions and 3 deletions

View File

@@ -1510,7 +1510,7 @@
defined file pattern only in the project you are currently
editing.
\li \uicontrol {Files on File System} recursively searches files
\li \uicontrol {Files in File System} recursively searches files
matching the defined file pattern in the selected directory.
\li \uicontrol {Current File} searches only the current file.

View File

@@ -44,7 +44,7 @@
a text based search term (potentially with find flags like
searching case sensitively or using regular expressions). Existing
scopes are \gui {All Projects} that searches from all files in all projects
and \gui {Files on File System} where the user provides a directory and file
and \gui {Files in File System} where the user provides a directory and file
patterns to search.
To make your find scope available to the user, you need to implement this

View File

@@ -71,7 +71,7 @@ QString FindInFiles::id() const
QString FindInFiles::displayName() const
{
return tr("Files on File System");
return tr("Files in File System");
}
void FindInFiles::findAll(const QString &txt, FindFlags findFlags)