Skip to content

Commit 2dc3a81

Browse files
committed
Closes #4106
1 parent 38be737 commit 2dc3a81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<controls:LinkButton Margin="4"
200200
Visibility="{Binding CanExecuteQuickFixInProject, Converter={StaticResource BoolToVisibility}}"
201201
Command="{Binding QuickFixInAllProjectsCommand}"
202-
Content="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=QuickFix_All}" />
202+
Content="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=QuickFix_AllOpenProjects}" />
203203
<controls:LinkButton Margin="4"
204204
Visibility="{Binding CanDisableInspection, Converter={StaticResource BoolToVisibility}}"
205205
Command="{Binding DisableInspectionCommand}"

Rubberduck.Resources/Inspections/InspectionsUI.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.Resources/Inspections/InspectionsUI.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
<data name="QualifiedSelectionInspection" xml:space="preserve">
139139
<value>{0}: {1} - {2} {3}.{4}, line {5}</value>
140140
</data>
141-
<data name="QuickFix_All" xml:space="preserve">
142-
<value>Fix all occurences</value>
141+
<data name="QuickFix_AllOpenProjects" xml:space="preserve">
142+
<value>Fix all occurences in all open projects</value>
143143
</data>
144144
<data name="QuickFix_ThisProcedure" xml:space="preserve">
145145
<value>Fix all occurrences in procedure</value>

0 commit comments

Comments
 (0)