From 5dcd58b171d964cf73d55009c05dc8fc1e6ff386 Mon Sep 17 00:00:00 2001 From: Arthur van de Vondervoort <arthur.vandevondervoort@vanroey.be> Date: Wed, 6 Dec 2023 15:30:54 +0100 Subject: [PATCH] Set description to match with AA0211 rule --- LinterCopAnalyzers.resx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LinterCopAnalyzers.resx b/LinterCopAnalyzers.resx index a033ff5a..cfca8930 100644 --- a/LinterCopAnalyzers.resx +++ b/LinterCopAnalyzers.resx @@ -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> \ No newline at end of file