[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

@@ -628,8 +628,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
}
/// <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
///(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 &apos;IP&apos; and &apos;MAC&apos; 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>