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

Commit

Permalink
Merge pull request #56 from Flow-Launcher/taooceros-patch-1
Browse files Browse the repository at this point in the history
Unicode Representation for Arrow
  • Loading branch information
jjw24 authored Oct 2, 2022
2 parents c3dcef9 + 9a9e7ee commit 07dbed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Languages/en.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Date Accessed</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending"></system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending"></system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">&#x2191;</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">&#x2193;</system:String>
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>

<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Everything",
"Description": "Search Everything",
"Author": "qianlifeng, orzfly",
"Version": "1.7.4",
"Version": "1.7.5",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
"IcoPath": "Images\\find.png",
Expand Down

0 comments on commit 07dbed5

Please # to comment.