Skip to content

Commit 6235914

Browse files
committed
Update Advanced title and reset button content to use dynamic resources
1 parent 43227d8 commit 6235914

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
@@ -359,6 +359,7 @@
359359
<system:String x:Key="userdatapath">User Data Location</system:String>
360360
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
361361
<system:String x:Key="userdatapathButton">Open Folder</system:String>
362+
<system:String x:Key="advanced">Advanced</system:String>
362363
<system:String x:Key="logLevel">Log Level</system:String>
363364
<system:String x:Key="LogLevelDEBUG">Debug</system:String>
364365
<system:String x:Key="LogLevelINFO">Info</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneAbout.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</cc:Card>
138138

139139
<cc:ExCard
140-
Title="Advanced"
140+
Title="{DynamicResource advanced}"
141141
Margin="0 14 0 0"
142142
Icon="&#xE8B7;">
143143
<StackPanel>
@@ -156,7 +156,7 @@
156156
Icon="&#xf259;"
157157
Type="Inside">
158158
<StackPanel Orientation="Horizontal">
159-
<Button Command="{Binding ResetSettingWindowFontCommand}" Content="Reset" />
159+
<Button Command="{Binding ResetSettingWindowFontCommand}" Content="{DynamicResource commonReset}" />
160160
<ComboBox
161161
Margin="12 8 0 8"
162162
HorizontalAlignment="Stretch"

0 commit comments

Comments
 (0)