diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs
index a639823fba..0c6cb8c3a1 100644
--- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs
+++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs
@@ -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,
},
};
diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs
index 25433a6c08..6ac808810b 100644
--- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs
+++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs
@@ -628,8 +628,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
}
///
- /// 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.
///
internal static string Reduce_Network_Result_Score {
get {
@@ -637,6 +636,15 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
}
}
+ ///
+ /// Looks up a localized string similar to With this setting enabled, you have to type more characters to find the results..
+ ///
+ internal static string Reduce_Network_Result_Score_Description {
+ get {
+ return ResourceManager.GetString("Reduce_Network_Result_Score_Description", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Use localized system commands instead of English ones.
///
diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx
index 46353dd2b1..1167520da3 100644
--- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx
+++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx
@@ -340,8 +340,10 @@
Wireless LAN
- 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.)
+ 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.
Use localized system commands instead of English ones