mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
correct Keep Awake label
This commit is contained in:
parent
12098cb17f
commit
793739799d
@ -169,7 +169,7 @@ namespace Awake.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Keep awake on interval.
|
||||
/// Looks up a localized string similar to Keep awake for duration.
|
||||
/// </summary>
|
||||
internal static string AWAKE_KEEP_ON_INTERVAL {
|
||||
get {
|
||||
|
@ -132,7 +132,7 @@
|
||||
<comment>Keep the system awake forever</comment>
|
||||
</data>
|
||||
<data name="AWAKE_KEEP_ON_INTERVAL" xml:space="preserve">
|
||||
<value>Keep awake on interval</value>
|
||||
<value>Keep awake for duration</value>
|
||||
<comment>Keep the system awake for a given time</comment>
|
||||
</data>
|
||||
<data name="AWAKE_KEEP_SCREEN_ON" xml:space="preserve">
|
||||
|
Loading…
Reference in New Issue
Block a user