mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Add Grid Layout Editor name property (#7831)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user