Skip to content

Commit

Permalink
general: renamed 'type' to 'technology' in the DB add/edit dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
stojy committed Aug 22, 2023
1 parent 8dcd7c9 commit 37ec9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ClrVpin/Feeder/DatabaseItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@
Text="{Binding Path=LocalGame.Game.Year, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
materialDesign:HintAssist.Hint="Year"
Style="{StaticResource EditComboBoxStyle}"
Width="90" />
Width="80" />
<ComboBox ItemsSource="{Binding TypesView}"
Text="{Binding Path=LocalGame.Game.Type, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
materialDesign:HintAssist.Hint="Type" ToolTip="EM: electro-mechanical, SS: solid state, PM: purely mechanical"
materialDesign:HintAssist.Hint="Technology" ToolTip="EM: electro-mechanical, SS: solid state, PM: purely mechanical"
Style="{StaticResource EditComboBoxStyle}"
Width="90" Margin="10,0,0,0" />
Width="100" Margin="10,0,0,0" />
<ComboBox ItemsSource="{Binding PlayersView}"
Text="{Binding Path=LocalGame.Game.Players, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
materialDesign:HintAssist.Hint="Players"
Expand Down

0 comments on commit 37ec9de

Please sign in to comment.