Skip to content

Commit

Permalink
Set description to match with AA0211 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed Dec 6, 2023
1 parent 59416ca commit 5dcd58b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LinterCopAnalyzers.resx
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,12 @@
<value>Empty captions should be locked.</value>
</data>
<data name="Rule0042AutoCalcFieldsOnNormalFieldsTitle" xml:space="preserve">
<value>SetAutoCalcFields must not be invoked on Normal fields.</value>
<value>The SetAutoCalcFields method should only be used with FlowFields or fields of type Blob. The field {0} is not a FlowField or of type Blob.</value>
</data>
<data name="Rule0042AutoCalcFieldsOnNormalFieldsFormat" xml:space="preserve">
<value>SetAutoCalcFields must not be invoked on Normal fields.</value>
<value>The SetAutoCalcFields method should only be used with FlowFields or fields of type Blob. The field {0} is not a FlowField or of type Blob.</value>
</data>
<data name="Rule0042AutoCalcFieldsOnNormalFieldsDescription" xml:space="preserve">
<value>SetAutoCalcFields must not be invoked on Normal fields.</value>
<value>The SetAutoCalcFields method should only be used with FlowFields or fields of type Blob. The field {0} is not a FlowField or of type Blob.</value>
</data>
</root>

0 comments on commit 5dcd58b

Please sign in to comment.