mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +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",
|
||||
DisplayLabel = Resources.Reduce_Network_Result_Score,
|
||||
DisplayDescription = Resources.Reduce_Network_Result_Score_Description,
|
||||
Value = true,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -628,8 +628,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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.).
|
||||
/// Looks up a localized string similar to Reduce the priority of 'IP' and 'MAC' results to improve the order in the global results.
|
||||
/// </summary>
|
||||
internal static string Reduce_Network_Result_Score {
|
||||
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>
|
||||
/// Looks up a localized string similar to Use localized system commands instead of English ones.
|
||||
/// </summary>
|
||||
|
||||
@@ -340,8 +340,10 @@
|
||||
<value>Wireless LAN</value>
|
||||
</data>
|
||||
<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
|
||||
(With this setting enabled, you have to type more characters to find the results.)</value>
|
||||
<value>Reduce the priority of 'IP' and 'MAC' results to improve the order in the global 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 name="Use_localized_system_commands" xml:space="preserve">
|
||||
<value>Use localized system commands instead of English ones</value>
|
||||
|
||||
Reference in New Issue
Block a user