Skip to content

Commit 96b3551

Browse files
committed
Update strings
1 parent d25e6a9 commit 96b3551

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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 1' is specified</value>
274+
<value>Option Base 0 is redundant</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,7 +651,7 @@ 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 base</value>
654+
<value>Option Base 0 is the default setting and does not need to be specified</value>
655655
</data>
656656
<data name="OptionBaseZeroInspectionName" xml:space="preserve">
657657
<value>'Option Base 0' used</value>

0 commit comments

Comments
 (0)