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