[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:
Franky Chen
2021-12-25 00:06:02 +08:00
committed by GitHub
parent 09e188621c
commit c25a5a821f
3 changed files with 11 additions and 6 deletions

View File

@@ -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);
}
}

View File

@@ -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>