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

@@ -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)