mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Some pedantic capitalisation
This commit is contained in:
parent
661e99d073
commit
a02011ddf1
2 changed files with 15 additions and 15 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue