mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
reducing verbosity on string (#16214)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Community.PowerToys.Run.Plugin.WebSearch.Properties {
|
|||||||
// class via a tool like ResGen or Visual Studio.
|
// class via a tool like ResGen or Visual Studio.
|
||||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
// with the /str option, or rebuild your VS project.
|
// with the /str option, or rebuild your VS project.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
public class Resources {
|
public class Resources {
|
||||||
@@ -70,7 +70,7 @@ namespace Community.PowerToys.Run.Plugin.WebSearch.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Search the web in your default browser using your default search engine..
|
/// Looks up a localized string similar to Search the web with your default search engine..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string plugin_description {
|
public static string plugin_description {
|
||||||
get {
|
get {
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
<value>the default browser</value>
|
<value>the default browser</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="plugin_description" xml:space="preserve">
|
<data name="plugin_description" xml:space="preserve">
|
||||||
<value>Search the web in your default browser using your default search engine.</value>
|
<value>Search the web with your default search engine.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="plugin_global_if_uri" xml:space="preserve">
|
<data name="plugin_global_if_uri" xml:space="preserve">
|
||||||
<value>Don't include in global results on queries that are URIs</value>
|
<value>Don't include in global results on queries that are URIs</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user