Skip to content

Commit 2aacb14

Browse files
committed
Add new resx strings
1 parent 163713e commit 2aacb14

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

Rubberduck.Resources/Inspections/InspectionInfo.Designer.cs

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

Rubberduck.Resources/Inspections/InspectionInfo.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
334334
<data name="DuplicatedAnnotationInspection" xml:space="preserve">
335335
<value>An annotation is specified multiple times, but is intended to be specified only once.</value>
336336
</data>
337+
<data name="ModuleWithoutFolderInspection" xml:space="preserve">
338+
<value>Modules without the '@Folder' annotation cannot receive custom groupings in the Code Explorer. </value>
339+
</data>
337340
</root>

Rubberduck.Resources/Inspections/InspectionNames.Designer.cs

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

Rubberduck.Resources/Inspections/InspectionNames.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,7 @@
333333
<data name="DuplicatedAnnotationInspection" xml:space="preserve">
334334
<value>Annotation is duplicated</value>
335335
</data>
336+
<data name="ModuleWithoutFolderInspection" xml:space="preserve">
337+
<value>Module without '@Folder' annotation</value>
338+
</data>
336339
</root>

0 commit comments

Comments
 (0)