Skip to content

Commit

Permalink
Merge pull request microsoft#51 from jjw24/update_browserbookmark_sub…
Browse files Browse the repository at this point in the history
…title_wording

Remove BrowserBookmark subtitle wording "Boomark"
  • Loading branch information
jjw24 committed Oct 11, 2019
2 parents 805d892 + a4e4c8b commit 5ab45a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Wox.Plugin.BrowserBookmark/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public List<Result> Query(Query query)
return returnList.Select(c => new Result()
{
Title = c.Name,
SubTitle = "Bookmark: " + c.Url,
SubTitle = c.Url,
IcoPath = @"Images\bookmark.png",
Score = 5,
Action = (e) =>
Expand Down

0 comments on commit 5ab45a1

Please sign in to comment.