Add String for TextLabel

This commit is contained in:
DB p 2022-11-17 15:32:14 +09:00
parent 5b0860515d
commit b364a9496a
2 changed files with 3 additions and 2 deletions

View file

@ -146,6 +146,7 @@
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
<system:String x:Key="customQueryHotkey">Custom Query Hotkey</system:String>
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
<system:String x:Key="customQuery">Query</system:String>
<system:String x:Key="customShortcut">Shortcut</system:String>
<system:String x:Key="customShortcutExpansion">Expanded</system:String>

View file

@ -2571,11 +2571,11 @@
VerticalAlignment="Center"
FontSize="14"
Foreground="{DynamicResource Color05B}"
Text="Built-in Shortcuts" />
Text="{DynamicResource builtinShortcuts}" />
<ListView
Grid.Row="10"
MinHeight="160"
Margin="0,6,0,0"
Margin="0,6,0,20"
Background="{DynamicResource Color02B}"
BorderBrush="DarkGray"
BorderThickness="1"