mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
added in dialog, tweaked layout to be more resiliant to longer text (#1361)
This commit is contained in:
@@ -142,7 +142,7 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Note: Hold down Shift Key to change orientation of splitter.
|
||||
/// Looks up a localized string similar to Note: Hold down Shift Key to change orientation of splitter. To merge zones, select the zones and click "merge"..
|
||||
/// </summary>
|
||||
public static string Note_Custom_Table {
|
||||
get {
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="Note_Custom_Table" xml:space="preserve">
|
||||
<value>Note: Hold down Shift Key to change orientation of splitter</value>
|
||||
<value>Note: Hold down Shift Key to change orientation of splitter. To merge zones, select the zones and click "merge".</value>
|
||||
</data>
|
||||
<data name="Save_Apply" xml:space="preserve">
|
||||
<value>Save and apply</value>
|
||||
|
||||
Reference in New Issue
Block a user