mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add custom announcement to tab items (#8027)
This commit is contained in:
@@ -294,6 +294,24 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Custom tab selected, press ctrl + tab to switch to Templates.
|
||||
/// </summary>
|
||||
public static string Tab_Item_Custom {
|
||||
get {
|
||||
return ResourceManager.GetString("Tab_Item_Custom", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Templates tab selected, press ctrl + tab to switch to Custom.
|
||||
/// </summary>
|
||||
public static string Tab_Item_Templates {
|
||||
get {
|
||||
return ResourceManager.GetString("Tab_Item_Templates", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Columns.
|
||||
/// </summary>
|
||||
|
||||
@@ -220,4 +220,10 @@
|
||||
<data name="Template_Layout_Rows" xml:space="preserve">
|
||||
<value>Rows</value>
|
||||
</data>
|
||||
<data name="Tab_Item_Custom" xml:space="preserve">
|
||||
<value>Custom tab selected, press ctrl + tab to switch to Templates</value>
|
||||
</data>
|
||||
<data name="Tab_Item_Templates" xml:space="preserve">
|
||||
<value>Templates tab selected, press ctrl + tab to switch to Custom</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user