[Settings] Capitalize English word (#14060)

This commit is contained in:
Franky Chen 2021-10-29 21:16:43 +08:00 committed by Jaime Bernardo
parent 0e382df5e6
commit 1cd36eada8
2 changed files with 2 additions and 2 deletions

View file

@ -277,7 +277,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
}
/// <summary>
/// Looks up a localized string similar to Use localized system commands instead of english ones.
/// Looks up a localized string similar to Use localized system commands instead of English ones.
/// </summary>
internal static string Use_localized_system_commands {
get {

View file

@ -213,6 +213,6 @@
<comment>This should align to the action in Windows of a making your computer go to sleep.</comment>
</data>
<data name="Use_localized_system_commands" xml:space="preserve">
<value>Use localized system commands instead of english ones</value>
<value>Use localized system commands instead of English ones</value>
</data>
</root>