File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 234
234
<system : String x : Key =" clearlogfolder" >Clear Logs</system : String >
235
235
<system : String x : Key =" clearlogfolderMessage" >Are you sure you want to delete all logs?</system : String >
236
236
<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 >
239
239
<system : String x : Key =" prerelease" >Prerelease</system : String >
240
240
241
241
<!-- FileManager Setting Dialog -->
Original file line number Diff line number Diff line change 3062
3062
</StackPanel >
3063
3063
<StackPanel Grid.Column=" 2" Orientation =" Horizontal" >
3064
3064
<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}" />
3068
3067
</ComboBox >
3069
3068
<Button
3070
3069
Margin =" 0,0,14,0"
You can’t perform that action at this time.
0 commit comments