[PTRun][Settings]explain ip/mac setting in description(#17195)

This commit is contained in:
Heiko
2022-03-22 12:40:23 +01:00
committed by GitHub
parent 889bc1e514
commit 58b219f671
3 changed files with 15 additions and 4 deletions

View File

@@ -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,
}, },
}; };

View File

@@ -628,8 +628,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Reduce the priority of &apos;IP&apos; and &apos;MAC&apos; results to improve the order in the global results /// Looks up a localized string similar to Reduce the priority of &apos;IP&apos; and &apos;MAC&apos; 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>

View File

@@ -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>