From 165a06b5a9f1e0b34ab234d39498684d201acc93 Mon Sep 17 00:00:00 2001
From: vldmr11080 <57061786+vldmr11080@users.noreply.github.com>
Date: Fri, 13 Nov 2020 17:51:21 +0100
Subject: [PATCH] Add custom announcement to tab items (#8027)
---
.../editor/FancyZonesEditor/MainWindow.xaml | 4 ++--
.../Properties/Resources.Designer.cs | 18 ++++++++++++++++++
.../FancyZonesEditor/Properties/Resources.resx | 6 ++++++
3 files changed, 26 insertions(+), 2 deletions(-)
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