Skip to content

Commit 4a3f134

Browse files
authored
Merge pull request #864 from onesounds/PluginInfo
remove subtitle ContextMenuPluginInfo
2 parents 4affa2e + 263e097 commit 4a3f134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<system:String x:Key="newPriority">New Priority</system:String>
6363
<system:String x:Key="priority">Priority</system:String>
6464
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
65-
<system:String x:Key="author">Author:</system:String>
65+
<system:String x:Key="author">by</system:String>
6666
<system:String x:Key="plugin_init_time">Init time:</system:String>
6767
<system:String x:Key="plugin_query_time">Query time:</system:String>
6868
<system:String x:Key="plugin_query_version">| Version</system:String>

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ private Result ContextMenuPluginInfo(string id)
682682
var plugin = translator.GetTranslation("plugin");
683683
var title = $"{plugin}: {metadata.Name}";
684684
var icon = metadata.IcoPath;
685-
var subtitle = $"{author}: {metadata.Author}, {website}: {metadata.Website} {version}: {metadata.Version}";
685+
var subtitle = $"{author} {metadata.Author}";
686686

687687
var menu = new Result
688688
{

0 commit comments

Comments
 (0)