diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml
index 5f826aa7fd..c20e72d03a 100644
--- a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml
+++ b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml
@@ -193,7 +193,7 @@
-
+
@@ -234,7 +234,7 @@
-
+
diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs
index ccb9055150..8e8f3d2621 100644
--- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs
+++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.Designer.cs
@@ -294,6 +294,24 @@ namespace FancyZonesEditor.Properties {
}
}
+ ///
+ /// Looks up a localized string similar to Custom tab selected, press ctrl + tab to switch to Templates.
+ ///
+ public static string Tab_Item_Custom {
+ get {
+ return ResourceManager.GetString("Tab_Item_Custom", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Templates tab selected, press ctrl + tab to switch to Custom.
+ ///
+ public static string Tab_Item_Templates {
+ get {
+ return ResourceManager.GetString("Tab_Item_Templates", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Columns.
///
diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx
index 82cdbb0745..c95348bbb1 100644
--- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx
+++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx
@@ -220,4 +220,10 @@
Rows
+
+ Custom tab selected, press ctrl + tab to switch to Templates
+
+
+ Templates tab selected, press ctrl + tab to switch to Custom
+
\ No newline at end of file