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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user