mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[FancyZones Editor] Reset layout (#8114)
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
This commit is contained in:
@@ -348,6 +348,15 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reset layout.
|
||||
/// </summary>
|
||||
public static string Reset_Layout {
|
||||
get {
|
||||
return ResourceManager.GetString("Reset_Layout", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Save and apply.
|
||||
/// </summary>
|
||||
|
||||
@@ -253,4 +253,8 @@
|
||||
<data name="Error_Monitor_Match_Not_Found" xml:space="preserve">
|
||||
<value>Match not found ({0})</value>
|
||||
</data>
|
||||
<data name="Reset_Layout" xml:space="preserve">
|
||||
<value>Reset layout</value>
|
||||
<comment>as in Reset to a blank value</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user