From a02011ddf14a48387a7d12ece61726e5bb6bf2bd Mon Sep 17 00:00:00 2001 From: tech189 Date: Thu, 13 Jan 2022 11:13:40 +0000 Subject: [PATCH] Some pedantic capitalisation --- .../Flow.Launcher.Plugin.WebSearch/Settings.cs | 14 +++++++------- .../Flow.Launcher.Plugin.WebSearch/setting.json | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs b/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs index 33c304375..19e996b84 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs @@ -84,7 +84,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Duckduckgo", + Title = "DuckDuckGo", ActionKeyword = "duckduckgo", Icon = "duckduckgo.png", Url = "https://duckduckgo.com/?q={q}", @@ -92,7 +92,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Github", + Title = "GitHub", ActionKeyword = "github", Icon = "github.png", Url = "https://github.com/search?q={q}", @@ -100,7 +100,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Github Gist", + Title = "GitHub Gist", ActionKeyword = "gist", Icon = "gist.png", Url = "https://gist.github.com/search?q={q}", @@ -124,7 +124,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Wolframalpha", + Title = "WolframAlpha", ActionKeyword = "wolframalpha", Icon = "wolframalpha.png", Url = "https://www.wolframalpha.com/input/?i={q}", @@ -132,7 +132,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Stackoverflow", + Title = "Stack Overflow", ActionKeyword = "stackoverflow", Icon = "stackoverflow.png", Url = "https://stackoverflow.com/search?q={q}", @@ -148,7 +148,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Google Image", + Title = "Google Images", ActionKeyword = "image", Icon = "google.png", Url = "https://www.google.com/search?q={q}&tbm=isch", @@ -156,7 +156,7 @@ namespace Flow.Launcher.Plugin.WebSearch }, new SearchSource { - Title = "Youtube", + Title = "YouTube", ActionKeyword = "youtube", Icon = "youtube.png", Url = "https://www.youtube.com/results?search_query={q}", diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json b/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json index c8f521653..533b894b8 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json @@ -8,7 +8,7 @@ "Enabled": true }, { - "Title": "Youtube", + "Title": "YouTube", "ActionKeyword": "youtube", "IconPath": "Images\\youtube.png", "Url": "http://www.youtube.com/results?search_query={q}", @@ -43,7 +43,7 @@ "Enabled": true }, { - "Title": "Youtube Music", + "Title": "YouTube Music", "ActionKeyword": "ytmusic", "IconPath": "Images\\youtubemusic.png", "Url": "https://music.youtube.com/search?q={q}", @@ -78,35 +78,35 @@ "Enabled": true }, { - "Title": "Duckduckgo", + "Title": "DuckDuckGo", "ActionKeyword": "duckduckgo", "IconPath": "Images\\duckduckgo.png", "Url": "https://duckduckgo.com/?q={q}", "Enabled": true }, { - "Title": "Github", + "Title": "GitHub", "ActionKeyword": "github", "IconPath": "Images\\github.png", "Url": "https://github.com/search?q={q}", "Enabled": true }, { - "Title": "Github Gist", + "Title": "GitHub Gist", "ActionKeyword": "gist", "IconPath": "Images\\gist.png", "Url": "https://gist.github.com/search?q={q}", "Enabled": true }, { - "Title": "Wolframalpha", + "Title": "WolframAlpha", "ActionKeyword": "wolframalpha", "IconPath": "Images\\wolframalpha.png", "Url": "http://www.wolframalpha.com/input/?i={q}", "Enabled": true }, { - "Title": "Stackoverflow", + "Title": "Stack Overflow", "ActionKeyword": "stackoverflow", "IconPath": "Images\\stackoverflow.png", "Url": "http://stackoverflow.com/search?q={q}", @@ -120,7 +120,7 @@ "Enabled": true }, { - "Title": "Google Image", + "Title": "Google Images", "ActionKeyword": "image", "IconPath": "Images\\google.png", "Url": "https://www.google.com/search?q={q}&tbm=isch",