mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
added error handling for FZ Hotkeys (#4057)
* added error handling for FZ Hotkeys * moved hint to hot key control text * updated icon size 16px * updated styling and fixed typos * fixed typo * moved text to string resource Co-authored-by: Lavius Motileng <laviusmotileng-ms>
This commit is contained in:
@@ -281,8 +281,8 @@
|
||||
<data name="FancyZones_HighlightOpacity.Header" xml:space="preserve">
|
||||
<value>Zone highlight opacity</value>
|
||||
</data>
|
||||
<data name="FancyZones_HokeyEditorControl_Header.Header" xml:space="preserve">
|
||||
<value>Edit hot key / shortcut</value>
|
||||
<data name="FancyZones_HotkeyEditorControl.Text" xml:space="preserve">
|
||||
<value>Edit hotkey / shortcut</value>
|
||||
</data>
|
||||
<data name="FancyZones_LaunchEditorButtonControl.Text" xml:space="preserve">
|
||||
<value>Launch zones editor</value>
|
||||
@@ -590,4 +590,13 @@
|
||||
<data name="General_RunAsAdminRequired.Text" xml:space="preserve">
|
||||
<value>You need to run as administrator to use this setting</value>
|
||||
</data>
|
||||
<data name="FancyZones_HotkeyEditorControl.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Only shortcuts with the following hotkeys are valid: Win, Ctrl, Alt, Shift.</value>
|
||||
</data>
|
||||
<data name="FancyZones_HotkeyEditorControl_Icon.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Only shortcuts with the following hotkeys are valid: Win, Ctrl, Alt, Shift.</value>
|
||||
</data>
|
||||
<data name="FancyZones_HotkeyEditorControl_TextBox.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Only shortcuts with the following hotkeys are valid: Win, Ctrl, Alt, Shift.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user