[Settings] Capitalize English word (#14060)

This commit is contained in:
Franky Chen
2021-10-29 21:16:43 +08:00
committed by GitHub
parent ebad5364b9
commit 3a48fa03a5
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
} }
/// <summary> /// <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> /// </summary>
internal static string Use_localized_system_commands { internal static string Use_localized_system_commands {
get { 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> <comment>This should align to the action in Windows of a making your computer go to sleep.</comment>
</data> </data>
<data name="Use_localized_system_commands" xml:space="preserve"> <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> </data>
</root> </root>