Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 5b14d3f

Browse files
committed
remove obsolete translation strings
1 parent 6992ab3 commit 5b14d3f

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

Languages/en.xaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,13 @@
1313
<system:String x:Key="flowlauncher_plugin_everything_copy">Copy</system:String>
1414
<system:String x:Key="flowlauncher_plugin_everything_delete">Delete</system:String>
1515
<system:String x:Key="flowlauncher_plugin_everything_canot_delete">Can't delete {0}</system:String>
16-
16+
1717
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
1818
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Search on-disk files using Everything</system:String>
1919

2020
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">Use search result's location as executable working directory</system:String>
2121
<system:String x:Key="flowlauncher_plugin_everything_launch_hidden">Launch hidden</system:String>
2222

23-
24-
<system:String x:Key="flowlauncher_plugin_everything_customized_tooltip">You can customize the opening of the containing folder by inputing the Environmental Variable or the Absolute Path of the File Explorer you want to use. It will be useful to use CMD to test whether the it is available.</system:String>
25-
<system:String x:Key="flowlauncher_plugin_everything_customized_title">Customized Explorer</system:String>
26-
<system:String x:Key="flowlauncher_plugin_everything_customized_args">Args</system:String>
27-
<system:String x:Key="flowlauncher_plugin_everything_customized_args_tooltip">Enter the customized args you want to add for customized explorer. %s represent directory path (parent directory for file or directory itself). %f represent file path (only work for file).</system:String>
28-
<system:String x:Key="flowlauncher_plugin_everything_customized_args_textbox">%s represent directory path (parent directory for file or directory itself). %f represent file path (only work for file).</system:String>
29-
3023
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sort By</system:String>
3124
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
3225
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Path</system:String>

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Everything",
55
"Description": "Search Everything",
66
"Author": "qianlifeng, orzfly",
7-
"Version": "1.7.1",
7+
"Version": "1.7.2",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
1010
"IcoPath": "Images\\find.png",

0 commit comments

Comments
 (0)