mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Add descriptive name for zone increment/decrement buttons (#7867)
This commit is contained in:
@@ -248,5 +248,23 @@ namespace FancyZonesEditor.Properties {
|
||||
return ResourceManager.GetString("Templates", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Decrement number of zones in template layout.
|
||||
/// </summary>
|
||||
public static string Zone_Count_Decrement {
|
||||
get {
|
||||
return ResourceManager.GetString("Zone_Count_Decrement", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Increment number of zones in template layout.
|
||||
/// </summary>
|
||||
public static string Zone_Count_Increment {
|
||||
get {
|
||||
return ResourceManager.GetString("Zone_Count_Increment", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,4 +180,10 @@
|
||||
<data name="Templates" xml:space="preserve">
|
||||
<value>Templates</value>
|
||||
</data>
|
||||
<data name="Zone_Count_Decrement" xml:space="preserve">
|
||||
<value>Decrement number of zones in template layout</value>
|
||||
</data>
|
||||
<data name="Zone_Count_Increment" xml:space="preserve">
|
||||
<value>Increment number of zones in template layout</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user