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 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments