mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -154,6 +154,7 @@
|
||||
"Name": "WindowsSearch",
|
||||
"Areas": [ "AreaCortana" ],
|
||||
"Type": "AppSettingsApp",
|
||||
"AltNames": [ "WindowsSearchSettings" ],
|
||||
"Command": "ms-settings:cortana-windowssearch"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user