Skip to content

Commit 215f18e

Browse files
committed
Updated message resources
1 parent e40a9e4 commit 215f18e

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Rubberduck.Parsing/Inspections/Resources/InspectionsUI.resx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,13 @@ If the parameter can be null, ignore this inspection result; passing a null valu
891891
<value>Use of 'Error' statement</value>
892892
</data>
893893
<data name="UnreachableCaseInspectionMeta" xml:space="preserve">
894-
<value>A Case Clause will never be executed. </value>
894+
<value>Detects Case Clauses that will never execute. </value>
895+
</data>
896+
<data name="UnreachableCaseInspectionName" xml:space="preserve">
897+
<value>Case Clause(s) cannot be reached</value>
898+
</data>
899+
<data name="UnreachableCaseInspectionResultFormat" xml:space="preserve">
900+
<value>Case Clause '{0}' cannot be reached</value>
895901
</data>
896902
<data name="UnreachableCaseInspection_CaseElse" xml:space="preserve">
897903
<value>Unreachable Case Else: All possible values are handled by prior Case statement(s)</value>

Rubberduck.Parsing/Inspections/Resources/InspectionsUI1.Designer.cs

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

0 commit comments

Comments
 (0)