File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
RetailCoder.VBE/UI/Inspections Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 597
597
<controls : LinkButton Margin =" 4"
598
598
Visibility =" {Binding CanExecuteQuickFixInModule, Converter={StaticResource BoolToVisibility}}"
599
599
Command =" {Binding QuickFixInModuleCommand}"
600
- Content =" {Resx ResxName=Rubberduck.Inspections.InspectionsUI, Key=QuickFix_ThisModule}" />
600
+ Content =" {Resx ResxName=Rubberduck.Inspections.Resources. InspectionsUI, Key=QuickFix_ThisModule}" />
601
601
<controls : LinkButton Margin =" 4"
602
602
Visibility =" {Binding CanExecuteQuickFixInProject, Converter={StaticResource BoolToVisibility}}"
603
603
Command =" {Binding QuickFixInProjectCommand}"
604
- Content =" {Resx ResxName=Rubberduck.Inspections.InspectionsUI, Key=QuickFix_ThisProject}" />
604
+ Content =" {Resx ResxName=Rubberduck.Inspections.Resources. InspectionsUI, Key=QuickFix_ThisProject}" />
605
605
<controls : LinkButton Margin =" 4"
606
606
Visibility =" {Binding CanDisableInspection, Converter={StaticResource BoolToVisibility}}"
607
607
Command =" {Binding DisableInspectionCommand}"
608
- Content =" {Resx ResxName=Rubberduck.Inspections.InspectionsUI, Key=DisableThisInspection}" />
608
+ Content =" {Resx ResxName=Rubberduck.Inspections.Resources. InspectionsUI, Key=DisableThisInspection}" />
609
609
</WrapPanel >
610
610
</StackPanel >
611
611
</Border >
You can’t perform that action at this time.
0 commit comments