Skip to content

Commit 10ea34a

Browse files
authored
Fix ModelSystemInformation binding. (#362)
The binding for the ModelSystemInformation translation was not hooked up properly. This patch rectifies that.
1 parent f8483e5 commit 10ea34a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/XTMF.Gui/UserControls/ModelSystemDisplay/ModelSystemDisplay.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691

692692
<StackPanel Margin="5 0 5 0" HorizontalAlignment="Left" Orientation="Horizontal" VerticalAlignment="Top">
693693
<materialDesign:PackIcon Kind="InfoOutline" />
694-
<TextBlock FontSize="11" VerticalAlignment="Stretch" Margin="4 0 0 0" FontWeight="Normal" >{x:Static this:ModelSystemDisplayLocalization.ModelSystemRequirements}</TextBlock>
694+
<TextBlock FontSize="11" VerticalAlignment="Stretch" Margin="4 0 0 0" FontWeight="Normal" Text="{x:Static this:ModelSystemDisplayLocalization.ModelSystemRequirements}" />
695695
</StackPanel>
696696

697697

0 commit comments

Comments
 (0)