mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
[Settings] Capitalize English word (#14060)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user