From 9402f4ad02f66d424e9528d77d906895aaa3476d Mon Sep 17 00:00:00 2001 From: vldmr11080 <57061786+vldmr11080@users.noreply.github.com> Date: Fri, 6 Nov 2020 20:12:53 +0100 Subject: [PATCH] Add name property for delete buton (#7895) --- .../fancyzones/editor/FancyZonesEditor/MainWindow.xaml | 10 +++++++++- .../FancyZonesEditor/Properties/Resources.Designer.cs | 9 +++++++++ .../editor/FancyZonesEditor/Properties/Resources.resx | 5 ++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml index 8031b1633c..f827d3f52f 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml @@ -239,7 +239,15 @@ HorizontalAlignment="Stretch" LastChildFill="True"> - + /// Looks up a localized string similar to Delete custom layout. + /// + public static string Custom_Layout_Delete_Button { + get { + return ResourceManager.GetString("Custom_Layout_Delete_Button", resourceCulture); + } + } + /// /// Looks up a localized string similar to Custom table layout creator. /// diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx index 1dbca49096..a49da8022c 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx @@ -132,7 +132,7 @@ Grid layout editor - + Choose your layout for this desktop @@ -186,4 +186,7 @@ Increment number of zones in template layout + + Delete custom layout + \ No newline at end of file