mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Settings] Capitalize English word (#14060)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user