forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user