mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
[PTRun][Settings]explain ip/mac setting in description(#17195)
This commit is contained in:
@@ -51,6 +51,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System
|
|||||||
{
|
{
|
||||||
Key = "ReduceNetworkResultScore",
|
Key = "ReduceNetworkResultScore",
|
||||||
DisplayLabel = Resources.Reduce_Network_Result_Score,
|
DisplayLabel = Resources.Reduce_Network_Result_Score,
|
||||||
|
DisplayDescription = Resources.Reduce_Network_Result_Score_Description,
|
||||||
Value = true,
|
Value = true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -628,8 +628,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Reduce the priority of 'IP' and 'MAC' results to improve the order in the global results
|
/// Looks up a localized string similar to Reduce the priority of 'IP' and 'MAC' results to improve the order in the global results.
|
||||||
///(With this setting enabled, you have to type more characters to find the results.).
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Reduce_Network_Result_Score {
|
internal static string Reduce_Network_Result_Score {
|
||||||
get {
|
get {
|
||||||
@@ -637,6 +636,15 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to With this setting enabled, you have to type more characters to find the results..
|
||||||
|
/// </summary>
|
||||||
|
internal static string Reduce_Network_Result_Score_Description {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Reduce_Network_Result_Score_Description", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Use localized system commands instead of English ones.
|
/// Looks up a localized string similar to Use localized system commands instead of English ones.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -340,8 +340,10 @@
|
|||||||
<value>Wireless LAN</value>
|
<value>Wireless LAN</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Reduce_Network_Result_Score" xml:space="preserve">
|
<data name="Reduce_Network_Result_Score" xml:space="preserve">
|
||||||
<value>Reduce the priority of 'IP' and 'MAC' results to improve the order in the global results
|
<value>Reduce the priority of 'IP' and 'MAC' results to improve the order in the global results</value>
|
||||||
(With this setting enabled, you have to type more characters to find the results.)</value>
|
</data>
|
||||||
|
<data name="Reduce_Network_Result_Score_Description" xml:space="preserve">
|
||||||
|
<value>With this setting enabled, you have to type more characters to find the results.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Use_localized_system_commands" xml:space="preserve">
|
<data name="Use_localized_system_commands" xml:space="preserve">
|
||||||
<value>Use localized system commands instead of English ones</value>
|
<value>Use localized system commands instead of English ones</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user