Skip to content

Commit 6f60793

Browse files
committed
Changed Icons(about) label to string
1 parent 087df51 commit 6f60793

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
<system:String x:Key="github">Github</system:String>
189189
<system:String x:Key="docs">Docs</system:String>
190190
<system:String x:Key="version">Version</system:String>
191+
<system:String x:Key="icons">Icons</system:String>
191192
<system:String x:Key="about_activate_times">You have activated Flow Launcher {0} times</system:String>
192193
<system:String x:Key="checkUpdates">Check for Updates</system:String>
193194
<system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@
29222922
Style="{DynamicResource SettingGroupBox}">
29232923
<ItemsControl Style="{StaticResource SettingGrid}">
29242924
<StackPanel Style="{StaticResource TextPanel}">
2925-
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="Icons" />
2925+
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource icons}" />
29262926
</StackPanel>
29272927
<TextBlock
29282928
Margin="0,0,-12,0"

0 commit comments

Comments
 (0)