[PT Run] Folder plugin: Improvements for the results (#16867)

* Improvements

* fix spelling

* text improvement

* fix build

* update tipp text
This commit is contained in:
Heiko
2022-03-22 12:07:09 +01:00
committed by GitHub
parent fcc1d46b63
commit 889bc1e514
7 changed files with 15 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ namespace Microsoft.Plugin.Folder.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// 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.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
@@ -151,7 +151,7 @@ namespace Microsoft.Plugin.Folder.Properties {
}
/// <summary>
/// Looks up a localized string similar to Use &gt; to search within the directory. Use * to search for file extensions. Or use both &gt;*.
/// Looks up a localized string similar to Tip: Use &gt; to search in folders, * to search file by mask, &gt;* for both..
/// </summary>
public static string wox_plugin_folder_select_folder_first_result_subtitle {
get {
@@ -160,7 +160,7 @@ namespace Microsoft.Plugin.Folder.Properties {
}
/// <summary>
/// Looks up a localized string similar to Open.
/// Looks up a localized string similar to Open: {0}.
/// </summary>
public static string wox_plugin_folder_select_folder_first_result_title {
get {

View File

@@ -146,11 +146,11 @@
<value>Fail to open file at</value>
</data>
<data name="wox_plugin_folder_select_folder_first_result_subtitle" xml:space="preserve">
<value>Use &gt; to search within the directory. Use * to search for file extensions. Or use both &gt;*</value>
<value>Tip: Use &gt; to search in folders, * to search file by mask, &gt;* for both.</value>
</data>
<data name="wox_plugin_folder_select_folder_first_result_title" xml:space="preserve">
<value>Open</value>
<comment>Open as a verb. Open this folder.</comment>
<value>Open: {0}</value>
<comment>Open as a verb. Open this folder. Do not translate the placeholder '{0}'.</comment>
</data>
<data name="wox_plugin_folder_select_folder_OpenFileOrFolder_error_message" xml:space="preserve">
<value>Could not start</value>