Add Grid Layout Editor name property (#7831)

This commit is contained in:
stefansjfw
2020-11-05 12:24:10 +01:00
committed by GitHub
parent 50a8884c32
commit 8fa04fe2cf
3 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<local:EditorWindow x:Class="FancyZonesEditor.GridEditorWindow"
AutomationProperties.Name="{x:Static props:Resources.Grid_Layout_Editor}"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

View File

@@ -186,6 +186,15 @@ namespace FancyZonesEditor.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Grid layout editor.
/// </summary>
public static string Grid_Layout_Editor {
get {
return ResourceManager.GetString("Grid_Layout_Editor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name.
/// </summary>

View File

@@ -129,7 +129,10 @@
<data name="Canvas_Layout_Editor" xml:space="preserve">
<value>Canvas layout editor</value>
</data>
<data name="Choose_Layout" xml:space="preserve">
<data name="Grid_Layout_Editor" xml:space="preserve">
<value>Grid layout editor</value>
</data>
<data name="Choose_Layout" xml:space="preserve">
<value>Choose your layout for this desktop</value>
</data>
<data name="Crash_Report_Message_Box_Text_Part1" xml:space="preserve">