mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PT Run]Align subtitles for web search plugin (#15129)
* Align subtitles, #15126 * Apply suggestions from code review * Add comment to the resource file * Remove unused resource
This commit is contained in:
@@ -88,11 +88,11 @@ namespace Community.PowerToys.Run.Plugin.WebSearch.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to In the default browser.
|
||||
/// Looks up a localized string similar to In {0}.
|
||||
/// </summary>
|
||||
public static string plugin_in_browser {
|
||||
public static string plugin_in_browser_name {
|
||||
get {
|
||||
return ResourceManager.GetString("plugin_in_browser", resourceCulture);
|
||||
return ResourceManager.GetString("plugin_in_browser_name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -129,6 +129,10 @@
|
||||
<data name="plugin_in_browser" xml:space="preserve">
|
||||
<value>In the default browser</value>
|
||||
</data>
|
||||
<data name="plugin_in_browser_name" xml:space="preserve">
|
||||
<value>In {0}</value>
|
||||
<comment>Like "Search the web in {the browser name}"</comment>
|
||||
</data>
|
||||
<data name="plugin_name" xml:space="preserve">
|
||||
<value>Web Search</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user