Skip to content

Commit 79aada4

Browse files
committed
fixed typo / resource key
1 parent 299422c commit 79aada4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Settings/AutoCompleteSettings.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<CheckBox Margin="15,0,15,0"
110110
IsEnabled="{Binding EnableSmartConcat}"
111111
IsChecked="{Binding ConcatVbNewLine}"
112-
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=ConcatVbNewline}" />
112+
Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=ConcatVbNewLine}" />
113113

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

0 commit comments

Comments
 (0)