Update settings search category names

To make it consistent with the rest of product:

`Settings` category is renamed to `Control Panel`
`Modern Settings` category is renamed to `Settings`
This commit is contained in:
ge0rdi
2020-10-18 10:59:34 +02:00
parent ca576a0224
commit 312bfd99d5
4 changed files with 89 additions and 89 deletions

View File

@@ -805,7 +805,7 @@ void CSearchManager::SearchThread( void )
scopeList.push_back(SearchScope());
SearchScope &scope=*scopeList.rbegin();
scope.bFiles=true;
scope.name=FindTranslation(L"Search.CategoryPCSettings",L"Modern Settings");
scope.name=FindTranslation(L"Search.CategoryPCSettings",L"Settings");
scope.categoryHash=CATEGORY_METROSETTING;
scope.roots.push_back(L"FILE:");
}