Skip to content

Commit 348a83a

Browse files
authored
Update en.xaml
In standard title case (used for buttons and such), articles or short function words like "a" or "for" shouldn't be capitalized. Doesn't seem to be capitalized for stylistic reasons either as "Check for Updates" is capitalized in standard title case.
1 parent 1885a48 commit 348a83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
<system:String x:Key="icons">Icons</system:String>
450450
<system:String x:Key="about_activate_times">You have activated Flow Launcher {0} times</system:String>
451451
<system:String x:Key="checkUpdates">Check for Updates</system:String>
452-
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
452+
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
453453
<system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>
454454
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
455455
<system:String x:Key="downloadUpdatesFailed">

0 commit comments

Comments
 (0)