Skip to content

Commit 9d7f7d2

Browse files
committed
Adjust Strings
1 parent 82a174f commit 9d7f7d2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
235235
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
236236
<system:String x:Key="welcomewindow">Wizard</system:String>
237-
<system:String x:Key="updateSource">Update Source</system:String>
238-
<system:String x:Key="release">Release</system:String>
237+
<system:String x:Key="updateSource">Release Channel</system:String>
238+
<system:String x:Key="release">Stable</system:String>
239239
<system:String x:Key="prerelease">Prerelease</system:String>
240240

241241
<!-- FileManager Setting Dialog -->

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3062,9 +3062,8 @@
30623062
</StackPanel>
30633063
<StackPanel Grid.Column="2" Orientation="Horizontal">
30643064
<ComboBox Margin="0,0,8,0" SelectedIndex="0">
3065-
<ComboBoxItem Content="{DynamicResource release}"/>
3066-
<ComboBoxItem IsSelected="{Binding Settings.PrereleaseUpdateSource}"
3067-
Content="{DynamicResource prerelease}"/>
3065+
<ComboBoxItem Content="{DynamicResource release}" />
3066+
<ComboBoxItem Content="{DynamicResource prerelease}" IsSelected="{Binding Settings.PrereleaseUpdateSource}" />
30683067
</ComboBox>
30693068
<Button
30703069
Margin="0,0,14,0"

0 commit comments

Comments
 (0)