Add name property for delete buton (#7895)

This commit is contained in:
vldmr11080
2020-11-06 20:12:53 +01:00
committed by GitHub
parent db8be6ad10
commit 9402f4ad02
3 changed files with 22 additions and 2 deletions

View File

@@ -141,6 +141,15 @@ namespace FancyZonesEditor.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Delete custom layout.
/// </summary>
public static string Custom_Layout_Delete_Button {
get {
return ResourceManager.GetString("Custom_Layout_Delete_Button", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Custom table layout creator.
/// </summary>

View File

@@ -132,7 +132,7 @@
<data name="Grid_Layout_Editor" xml:space="preserve">
<value>Grid layout editor</value>
</data>
<data name="Choose_Layout" xml:space="preserve">
<data name="Choose_Layout" xml:space="preserve">
<value>Choose your layout for this desktop</value>
</data>
<data name="Crash_Report_Message_Box_Text_Part1" xml:space="preserve">
@@ -186,4 +186,7 @@
<data name="Zone_Count_Increment" xml:space="preserve">
<value>Increment number of zones in template layout</value>
</data>
<data name="Custom_Layout_Delete_Button" xml:space="preserve">
<value>Delete custom layout</value>
</data>
</root>