mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[PT Run] Folder plugin: Improvements for the results (#16867)
* Improvements * fix spelling * text improvement * fix build * update tipp text
This commit is contained in:
@@ -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 > to search within the directory. Use * to search for file extensions. Or use both >*.
|
||||
/// Looks up a localized string similar to Tip: Use > to search in folders, * to search file by mask, >* 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 {
|
||||
|
||||
@@ -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 > to search within the directory. Use * to search for file extensions. Or use both >*</value>
|
||||
<value>Tip: Use > to search in folders, * to search file by mask, >* 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>
|
||||
|
||||
Reference in New Issue
Block a user