|
126 | 126 |
|
127 | 127 | <MenuItem x:Name="FilterInspectionByHint"
|
128 | 128 | Style="{DynamicResource MenuItemStyle}"
|
129 |
| - Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=InspectionResults_FilterByHint}" |
| 129 | + Header="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=CodeInspectionSeverity_Hint}" |
130 | 130 | IsChecked="{Binding FilterInspectionsByHint, UpdateSourceTrigger=PropertyChanged}"
|
131 | 131 | IsCheckable="True"
|
132 | 132 | controls:MenuItemGroup.GroupName="InspectionResults_FilterBy">
|
|
137 | 137 |
|
138 | 138 | <MenuItem x:Name="FilterInspectionBySuggestion"
|
139 | 139 | Style="{DynamicResource MenuItemStyle}"
|
140 |
| - Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=InspectionResults_FilterBySuggestion}" |
| 140 | + Header="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=CodeInspectionSeverity_Suggestion}" |
141 | 141 | IsChecked="{Binding FilterInspectionsBySuggestion, UpdateSourceTrigger=PropertyChanged}"
|
142 | 142 | IsCheckable="True"
|
143 | 143 | controls:MenuItemGroup.GroupName="InspectionResults_FilterBy">
|
|
149 | 149 | <MenuItem x:Name="FilterInspectionByWarning"
|
150 | 150 | Style="{DynamicResource MenuItemStyle}"
|
151 | 151 | VerticalAlignment="Center"
|
152 |
| - Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=InspectionResults_FilterByWarning}" |
| 152 | + Header="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=CodeInspectionSeverity_Warning}" |
153 | 153 | IsChecked="{Binding FilterInspectionsByWarning, UpdateSourceTrigger=PropertyChanged}"
|
154 | 154 | IsCheckable="True"
|
155 | 155 | controls:MenuItemGroup.GroupName="InspectionResults_FilterBy">
|
|
160 | 160 |
|
161 | 161 | <MenuItem x:Name="FilterInspectionByError"
|
162 | 162 | Style="{DynamicResource MenuItemStyle}"
|
163 |
| - Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=InspectionResults_FilterByError}" |
| 163 | + Header="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=CodeInspectionSeverity_Error}" |
164 | 164 | IsChecked="{Binding FilterInspectionsByError, UpdateSourceTrigger=PropertyChanged}"
|
165 | 165 | IsCheckable="True"
|
166 | 166 | controls:MenuItemGroup.GroupName="InspectionResults_FilterBy">
|
|
0 commit comments