mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Strings
This commit is contained in:
parent
82a174ff30
commit
9d7f7d25f2
2 changed files with 4 additions and 5 deletions
|
|
@ -234,8 +234,8 @@
|
|||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||
<system:String x:Key="updateSource">Update Source</system:String>
|
||||
<system:String x:Key="release">Release</system:String>
|
||||
<system:String x:Key="updateSource">Release Channel</system:String>
|
||||
<system:String x:Key="release">Stable</system:String>
|
||||
<system:String x:Key="prerelease">Prerelease</system:String>
|
||||
|
||||
<!-- FileManager Setting Dialog -->
|
||||
|
|
|
|||
|
|
@ -3062,9 +3062,8 @@
|
|||
</StackPanel>
|
||||
<StackPanel Grid.Column="2" Orientation="Horizontal">
|
||||
<ComboBox Margin="0,0,8,0" SelectedIndex="0">
|
||||
<ComboBoxItem Content="{DynamicResource release}"/>
|
||||
<ComboBoxItem IsSelected="{Binding Settings.PrereleaseUpdateSource}"
|
||||
Content="{DynamicResource prerelease}"/>
|
||||
<ComboBoxItem Content="{DynamicResource release}" />
|
||||
<ComboBoxItem Content="{DynamicResource prerelease}" IsSelected="{Binding Settings.PrereleaseUpdateSource}" />
|
||||
</ComboBox>
|
||||
<Button
|
||||
Margin="0,0,14,0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue