Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Aug 1, 2024
1 parent d0c48db commit bf593ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/PageChatDownload.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</StackPanel>
</StackPanel>
<StackPanel Grid.Column="4" Grid.Row="2" Grid.RowSpan="2">
<TextBlock Text="{lex:Loc Logheader}" Foreground="{DynamicResource AppText}" />
<TextBlock Text="{lex:Loc LogHeader}" Foreground="{DynamicResource AppText}" />
<RichTextBox Margin="0,5" IsReadOnly="True" Name="textLog" Height="230" Background="{DynamicResource AppElementBackground}" BorderBrush="{DynamicResource AppElementBorder}" Foreground="{DynamicResource AppText}">
<RichTextBox.Resources>
<Style TargetType="{x:Type Paragraph}">
Expand Down

0 comments on commit bf593ed

Please sign in to comment.