Skip to content

Commit ddda4d9

Browse files
committed
1.9.0-2
Changed text
1 parent df3f82d commit ddda4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/AutoHDR/Views/StatusView.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<ScrollViewer Margin="10" Grid.Row="1" Grid.RowSpan="3" Grid.Column="0">
8484
<ItemsControl BorderThickness="0" ItemsSource="{Binding Settings.ApplicationProfileAssignments}" ItemTemplate="{StaticResource ApplicationTemplate}" HorizontalAlignment="Left"/>
8585
</ScrollViewer>
86-
<TextBlock Style="{StaticResource SubTitleTextBlock}" Grid.Row="2" Grid.Column="1" Text="{x:Static pres:ProjectLocales.Actions}" Width="Auto" VerticalAlignment="Center" HorizontalAlignment="Left"/>
86+
<TextBlock Style="{StaticResource SubTitleTextBlock}" Grid.Row="2" Grid.Column="1" Text="{x:Static pres:ProjectLocales.ActionShortcuts}" Width="Auto" VerticalAlignment="Center" HorizontalAlignment="Left"/>
8787
<Border Style="{StaticResource DefaultBorder}" Grid.Row="3" Grid.Column="1" Margin="5"/>
8888
<ScrollViewer Grid.Row="3" Grid.Column="1" Margin="10" >
8989
<ItemsControl BorderThickness="0" ItemsSource="{Binding Settings.ActionShortcuts}" ItemTemplate="{StaticResource ActionShortcutItemTemplate}" ItemsPanel="{StaticResource WrapPanelTemplate}"/>

0 commit comments

Comments
 (0)