Skip to content

Commit ea77c8f

Browse files
committed
Fix messages
1 parent 96f7286 commit ea77c8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

RetailCoder.VBE/Inspections/Resources/InspectionsUI.Designer.cs

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

RetailCoder.VBE/Inspections/Resources/InspectionsUI.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<value>Arrays are typically zero-based. This option changes the default lower boundary for implicitly-sized arrays, which can introduce off-by-one errors if one isn't cautious.</value>
272272
</data>
273273
<data name="OptionBaseInspectionName" xml:space="preserve">
274-
<value>Option Base 0 is redundant</value>
274+
<value>'Option Base 1' is specified</value>
275275
</data>
276276
<data name="OptionExplicitInspectionMeta" xml:space="preserve">
277277
<value>VBA will happily compile a typo: use 'Option Explicit' to prevent successfully compiling an erroneous program.</value>
@@ -651,10 +651,10 @@ If the parameter can be null, ignore this inspection result; passing a null valu
651651
<value>Create and use a local copy of the parameter</value>
652652
</data>
653653
<data name="OptionBaseZeroInspectionMeta" xml:space="preserve">
654-
<value>Option Base 0 is the default setting and does not need to be specified</value>
654+
<value>This is the default setting, it does not need to be specified.</value>
655655
</data>
656656
<data name="OptionBaseZeroInspectionName" xml:space="preserve">
657-
<value>'Option Base 0' used</value>
657+
<value>'Option Base 0' is redundant</value>
658658
</data>
659659
<data name="OptionBaseZeroInspectionResultFormat" xml:space="preserve">
660660
<value>Component '{0} uses 'Option Base 0'</value>

0 commit comments

Comments
 (0)