Skip to content

Commit a02011d

Browse files
committed
Some pedantic capitalisation
1 parent 661e99d commit a02011d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,23 @@ public Settings()
8484
},
8585
new SearchSource
8686
{
87-
Title = "Duckduckgo",
87+
Title = "DuckDuckGo",
8888
ActionKeyword = "duckduckgo",
8989
Icon = "duckduckgo.png",
9090
Url = "https://duckduckgo.com/?q={q}",
9191
Enabled = true
9292
},
9393
new SearchSource
9494
{
95-
Title = "Github",
95+
Title = "GitHub",
9696
ActionKeyword = "github",
9797
Icon = "github.png",
9898
Url = "https://github.com/search?q={q}",
9999
Enabled = true
100100
},
101101
new SearchSource
102102
{
103-
Title = "Github Gist",
103+
Title = "GitHub Gist",
104104
ActionKeyword = "gist",
105105
Icon = "gist.png",
106106
Url = "https://gist.github.com/search?q={q}",
@@ -124,15 +124,15 @@ public Settings()
124124
},
125125
new SearchSource
126126
{
127-
Title = "Wolframalpha",
127+
Title = "WolframAlpha",
128128
ActionKeyword = "wolframalpha",
129129
Icon = "wolframalpha.png",
130130
Url = "https://www.wolframalpha.com/input/?i={q}",
131131
Enabled = true
132132
},
133133
new SearchSource
134134
{
135-
Title = "Stackoverflow",
135+
Title = "Stack Overflow",
136136
ActionKeyword = "stackoverflow",
137137
Icon = "stackoverflow.png",
138138
Url = "https://stackoverflow.com/search?q={q}",
@@ -148,15 +148,15 @@ public Settings()
148148
},
149149
new SearchSource
150150
{
151-
Title = "Google Image",
151+
Title = "Google Images",
152152
ActionKeyword = "image",
153153
Icon = "google.png",
154154
Url = "https://www.google.com/search?q={q}&tbm=isch",
155155
Enabled = true
156156
},
157157
new SearchSource
158158
{
159-
Title = "Youtube",
159+
Title = "YouTube",
160160
ActionKeyword = "youtube",
161161
Icon = "youtube.png",
162162
Url = "https://www.youtube.com/results?search_query={q}",

Plugins/Flow.Launcher.Plugin.WebSearch/setting.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Enabled": true
99
},
1010
{
11-
"Title": "Youtube",
11+
"Title": "YouTube",
1212
"ActionKeyword": "youtube",
1313
"IconPath": "Images\\youtube.png",
1414
"Url": "http://www.youtube.com/results?search_query={q}",
@@ -43,7 +43,7 @@
4343
"Enabled": true
4444
},
4545
{
46-
"Title": "Youtube Music",
46+
"Title": "YouTube Music",
4747
"ActionKeyword": "ytmusic",
4848
"IconPath": "Images\\youtubemusic.png",
4949
"Url": "https://music.youtube.com/search?q={q}",
@@ -78,35 +78,35 @@
7878
"Enabled": true
7979
},
8080
{
81-
"Title": "Duckduckgo",
81+
"Title": "DuckDuckGo",
8282
"ActionKeyword": "duckduckgo",
8383
"IconPath": "Images\\duckduckgo.png",
8484
"Url": "https://duckduckgo.com/?q={q}",
8585
"Enabled": true
8686
},
8787
{
88-
"Title": "Github",
88+
"Title": "GitHub",
8989
"ActionKeyword": "github",
9090
"IconPath": "Images\\github.png",
9191
"Url": "https://github.com/search?q={q}",
9292
"Enabled": true
9393
},
9494
{
95-
"Title": "Github Gist",
95+
"Title": "GitHub Gist",
9696
"ActionKeyword": "gist",
9797
"IconPath": "Images\\gist.png",
9898
"Url": "https://gist.github.com/search?q={q}",
9999
"Enabled": true
100100
},
101101
{
102-
"Title": "Wolframalpha",
102+
"Title": "WolframAlpha",
103103
"ActionKeyword": "wolframalpha",
104104
"IconPath": "Images\\wolframalpha.png",
105105
"Url": "http://www.wolframalpha.com/input/?i={q}",
106106
"Enabled": true
107107
},
108108
{
109-
"Title": "Stackoverflow",
109+
"Title": "Stack Overflow",
110110
"ActionKeyword": "stackoverflow",
111111
"IconPath": "Images\\stackoverflow.png",
112112
"Url": "http://stackoverflow.com/search?q={q}",
@@ -120,7 +120,7 @@
120120
"Enabled": true
121121
},
122122
{
123-
"Title": "Google Image",
123+
"Title": "Google Images",
124124
"ActionKeyword": "image",
125125
"IconPath": "Images\\google.png",
126126
"Url": "https://www.google.com/search?q={q}&tbm=isch",

0 commit comments

Comments
 (0)