[PTRun][Settings]Allow "Search Settings" to work and find the correct item. (#19030)

* Update for PTRun-Window-Search-Settings-19023

* Fixed xml formatting.
This commit is contained in:
Jeff Lord
2022-06-29 09:51:59 -04:00
committed by GitHub
parent 3e300e9151
commit 19bf2e3614
3 changed files with 14 additions and 0 deletions

View File

@@ -4074,6 +4074,15 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsSettings.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Windows search settings.
/// </summary>
internal static string WindowsSearchSettings {
get {
return ResourceManager.GetString("WindowsSearchSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows Security.
/// </summary>

View File

@@ -1775,6 +1775,10 @@
<value>Windows search</value>
<comment>Area Cortana</comment>
</data>
<data name="WindowsSearchSettings" xml:space="preserve">
<value>Windows search settings</value>
<comment>Area Cortana</comment>
</data>
<data name="WindowsSecurity" xml:space="preserve">
<value>Windows Security</value>
<comment>Area UpdateAndSecurity</comment>

View File

@@ -154,6 +154,7 @@
"Name": "WindowsSearch",
"Areas": [ "AreaCortana" ],
"Type": "AppSettingsApp",
"AltNames": [ "WindowsSearchSettings" ],
"Command": "ms-settings:cortana-windowssearch"
},
{