Skip to content

Commit

Permalink
Edit inspection resources
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 26, 2020
1 parent 5b32723 commit 7019b39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

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/InspectionInfo.resx
Expand Up @@ -452,6 +452,6 @@ If the parameter can be null, ignore this inspection result; passing a null valu
<value>The last parameter (the 'Value' parameter) of property mutators are always passed ByVal. This is true regardless of the presence or absence of a ByRef or ByVal modifier. Exception: A UserDefinedType must always be passed ByRef even when it is the last parameter of a property mutator.</value>
</data>
<data name="EnumerationDeclaredWithinWorksheetInspection" xml:space="preserve">
<value>Copying a worksheet which contains an `Enum` declaration will duplicate the enum resulting in a state which prevents compilation. Moving the enumeration declaration to a standard module will avoid this situation.</value>
<value>Copying a worksheet which contains an `Enum` declaration will duplicate the enum resulting in a state which prevents compilation. Moving the enumeration declaration to a standard module avoids this situation.</value>
</data>
</root>

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/InspectionResults.resx
Expand Up @@ -525,7 +525,7 @@ In memoriam, 1972-2018</value>
<comment>{0} Parameter, {1} Member</comment>
</data>
<data name="EnumerationDeclaredWithinWorksheetInspection" xml:space="preserve">
<value>The enumeration {0} declared within {1} should be declared within a standard module</value>
<value>The enumeration `{0}` declared within `{1}` should be declared within a standard module</value>
<comment>{0} identifier; {1} declaring Worksheet.</comment>
</data>
</root>

0 comments on commit 7019b39

Please sign in to comment.