From 1cd36eada80ff196dde613ef114639187509f4b2 Mon Sep 17 00:00:00 2001 From: Franky Chen Date: Fri, 29 Oct 2021 21:16:43 +0800 Subject: [PATCH] [Settings] Capitalize English word (#14060) --- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Resources.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs index b41dd96b20..7813a05c27 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.Designer.cs @@ -277,7 +277,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties { } /// - /// 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. /// internal static string Use_localized_system_commands { get { diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx index 32977da4d1..17432f8ead 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Properties/Resources.resx @@ -213,6 +213,6 @@ This should align to the action in Windows of a making your computer go to sleep. - Use localized system commands instead of english ones + Use localized system commands instead of English ones \ No newline at end of file