Skip to content

Commit 2599f55

Browse files
committed
Clarify resource string
1 parent 6bd42d2 commit 2599f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

Rubberduck.Parsing/Inspections/Resources/InspectionsUI.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
903903
<value>Errors are ignored but never handled again</value>
904904
</data>
905905
<data name="DefTypeStatementInspectionMeta" xml:space="preserve">
906-
<value>The 'Def[Type]' statement is implicitly typing variables and members based on a naming/prefix convention. This stye of typing is heavily discouraged and should be avoided.</value>
906+
<value>Using the 'Def[Type]' statement leads to specifying types by using a prefix. This style of naming is heavily discouraged and should be avoided.</value>
907907
</data>
908908
<data name="DefTypeStatementInspectionName" xml:space="preserve">
909909
<value>Usage of 'Def[Type]' statement</value>

0 commit comments

Comments
 (0)