From 8fa04fe2cfa8054b34d8088fd4c506a8d9d8fdb8 Mon Sep 17 00:00:00 2001 From: stefansjfw <57057282+stefansjfw@users.noreply.github.com> Date: Thu, 5 Nov 2020 12:24:10 +0100 Subject: [PATCH] Add Grid Layout Editor name property (#7831) --- .../editor/FancyZonesEditor/GridEditorWindow.xaml | 1 + .../FancyZonesEditor/Properties/Resources.Designer.cs | 9 +++++++++ .../editor/FancyZonesEditor/Properties/Resources.resx | 5 ++++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml index b3241c24aa..7ab84fc7be 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/GridEditorWindow.xaml @@ -1,4 +1,5 @@  + /// Looks up a localized string similar to Grid layout editor. + /// + public static string Grid_Layout_Editor { + get { + return ResourceManager.GetString("Grid_Layout_Editor", resourceCulture); + } + } + /// /// Looks up a localized string similar to Name. /// diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx index df52fbb79b..56052d442c 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx @@ -129,7 +129,10 @@ Canvas layout editor - + + Grid layout editor + + Choose your layout for this desktop