mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-15 21:29:04 +10:00
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:
@@ -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:");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user