Skip to content

Commit

Permalink
Merge pull request #4114 from IvenBach/Issue4106_Spelling
Browse files Browse the repository at this point in the history
Clarify fix all occurrences
  • Loading branch information
Vogel612 committed Jun 21, 2018
2 parents bcd87f2 + a9710e7 commit 6bd9088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Expand Up @@ -199,7 +199,7 @@
<controls:LinkButton Margin="4"
Visibility="{Binding CanExecuteQuickFixInProject, Converter={StaticResource BoolToVisibility}}"
Command="{Binding QuickFixInAllProjectsCommand}"
Content="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=QuickFix_All}" />
Content="{Resx ResxName=Rubberduck.Resources.Inspections.InspectionsUI, Key=QuickFix_AllOpenProjects}" />
<controls:LinkButton Margin="4"
Visibility="{Binding CanDisableInspection, Converter={StaticResource BoolToVisibility}}"
Command="{Binding DisableInspectionCommand}"
Expand Down
11 changes: 1 addition & 10 deletions Rubberduck.Resources/Inspections/InspectionsUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Rubberduck.Resources/Inspections/InspectionsUI.resx
Expand Up @@ -139,7 +139,7 @@
<value>{0}: {1} - {2} {3}.{4}, line {5}</value>
</data>
<data name="QuickFix_All" xml:space="preserve">
<value>Fix all occurences</value>
<value>Fix all detected occurrences</value>
</data>
<data name="QuickFix_ThisProcedure" xml:space="preserve">
<value>Fix all occurrences in procedure</value>
Expand Down

0 comments on commit 6bd9088

Please sign in to comment.