File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
<system : String x : Key =" newPriority" >New Priority</system : String >
63
63
<system : String x : Key =" priority" >Priority</system : String >
64
64
<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 >
66
66
<system : String x : Key =" plugin_init_time" >Init time:</system : String >
67
67
<system : String x : Key =" plugin_query_time" >Query time:</system : String >
68
68
<system : String x : Key =" plugin_query_version" >| Version</system : String >
Original file line number Diff line number Diff line change @@ -682,7 +682,7 @@ private Result ContextMenuPluginInfo(string id)
682
682
var plugin = translator . GetTranslation ( "plugin" ) ;
683
683
var title = $ "{ plugin } : { metadata . Name } ";
684
684
var icon = metadata . IcoPath ;
685
- var subtitle = $ "{ author } : { metadata . Author } , { website } : { metadata . Website } { version } : { metadata . Version } ";
685
+ var subtitle = $ "{ author } { metadata . Author } ";
686
686
687
687
var menu = new Result
688
688
{
You can’t perform that action at this time.
0 commit comments