Skip to content

Commit

Permalink
Model -> Note Type
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Jan 28, 2024
1 parent 9849cbb commit afbfa1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JL.Windows/GUI/PreferencesWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@
Margin="0,10,25,0" HorizontalAlignment="Right" FontSize="16" Height="35">
Refresh
</Button>
<TextBlock HorizontalAlignment="Center" Text="Model:"
<TextBlock HorizontalAlignment="Center" Text="Note Type:"
Style="{StaticResource TextBlockDefault}" TextWrapping="Wrap" />
<ComboBox x:Name="WordMiningSetupComboBoxModelNames" Width="300" Margin="0,10,0,0" />

Expand Down Expand Up @@ -863,7 +863,7 @@
Margin="0,10,25,0" HorizontalAlignment="Right" FontSize="16" Height="35">
Refresh
</Button>
<TextBlock HorizontalAlignment="Center" Text="Model:"
<TextBlock HorizontalAlignment="Center" Text="Note Type:"
Style="{StaticResource TextBlockDefault}" TextWrapping="Wrap" />
<ComboBox x:Name="KanjiMiningSetupComboBoxModelNames" Width="300" Margin="0,10,0,0" />

Expand Down Expand Up @@ -901,7 +901,7 @@
Margin="0,10,25,0" HorizontalAlignment="Right" FontSize="16" Height="35">
Refresh
</Button>
<TextBlock HorizontalAlignment="Center" Text="Model:"
<TextBlock HorizontalAlignment="Center" Text="Note Type:"
Style="{StaticResource TextBlockDefault}" TextWrapping="Wrap" />
<ComboBox x:Name="NameMiningSetupComboBoxModelNames" Width="300" Margin="0,10,0,0" />

Expand Down Expand Up @@ -939,7 +939,7 @@
Margin="0,10,25,0" HorizontalAlignment="Right" FontSize="16" Height="35">
Refresh
</Button>
<TextBlock HorizontalAlignment="Center" Text="Model:"
<TextBlock HorizontalAlignment="Center" Text="Note Type:"
Style="{StaticResource TextBlockDefault}" TextWrapping="Wrap" />
<ComboBox x:Name="OtherMiningSetupComboBoxModelNames" Width="300" Margin="0,10,0,0" />

Expand Down

0 comments on commit afbfa1b

Please sign in to comment.