Skip to content

Commit b364a94

Browse files
committed
Add String for TextLabel
1 parent 5b08605 commit b364a94

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
147147
<system:String x:Key="customQueryHotkey">Custom Query Hotkey</system:String>
148148
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
149+
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
149150
<system:String x:Key="customQuery">Query</system:String>
150151
<system:String x:Key="customShortcut">Shortcut</system:String>
151152
<system:String x:Key="customShortcutExpansion">Expanded</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,11 +2571,11 @@
25712571
VerticalAlignment="Center"
25722572
FontSize="14"
25732573
Foreground="{DynamicResource Color05B}"
2574-
Text="Built-in Shortcuts" />
2574+
Text="{DynamicResource builtinShortcuts}" />
25752575
<ListView
25762576
Grid.Row="10"
25772577
MinHeight="160"
2578-
Margin="0,6,0,0"
2578+
Margin="0,6,0,20"
25792579
Background="{DynamicResource Color02B}"
25802580
BorderBrush="DarkGray"
25812581
BorderThickness="1"

0 commit comments

Comments
 (0)