Skip to content

Commit

Permalink
fixed typo / resource key
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 25, 2018
1 parent 299422c commit 79aada4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubberduck.Core/UI/Settings/AutoCompleteSettings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<CheckBox Margin="15,0,15,0"
IsEnabled="{Binding EnableSmartConcat}"
IsChecked="{Binding ConcatVbNewLine}"
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=ConcatVbNewline}" />
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=ConcatVbNewLine}" />

<Label Margin="10"
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=BlockCompletion}"
Expand Down

0 comments on commit 79aada4

Please sign in to comment.