XPath assertions: Fix label
diff --git a/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties b/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
index 607dea4..e89604a 100644
--- a/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
+++ b/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties
@@ -1477,7 +1477,7 @@
 xpath_assertion_error=Error with XPath
 xpath_assertion_failed=Invalid XPath Expression
 xpath_assertion_label=XPath
-xpath_assertion_negate=Invert assertion(will fail if above conditions met)
+xpath_assertion_negate=Invert assertion(will fail if XPath expression matches)
 xpath_assertion_option=XML Parsing Options
 xpath_assertion_test=XPath Assertion
 xpath_assertion_tidy=Try and tidy up the input
@@ -1493,7 +1493,7 @@
 xpath_file_file_name=XML file to get values from
 xpath_tester=XPath Tester
 xpath2_assertion_button=Validate xpath expression
-xpath2_assertion_negate=Invert assertion(will fail if above conditions met)
+xpath2_assertion_negate=Invert assertion(will fail if XPath expression matches)
 xpath2_assertion_option=XML Parsing Options
 xpath2_assertion_test=XPath2 Assertion
 xpath2_assertion_title=XPath2 Assertion
diff --git a/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties b/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
index e6cb8ad..6b9319b 100644
--- a/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
+++ b/src/core/src/main/resources/org/apache/jmeter/resources/messages_fr.properties
@@ -579,7 +579,7 @@
 jmespath_assertion_regex=Correspondance selon expression régulière
 jmespath_assertion_expected_value==Valeur attendue\:
 jmespath_assertion_null=Valeur nulle attendue
-jmespath_assertion_invert=Inverser l'assertion (échouera si les conditions ci-dessus sont remplies)
+jmespath_assertion_invert=Inverser l'assertion (échouera si l'expression XPath match)
 jmespath_renderer=Testeur JMESPath pour JSON
 jmespath_tester_button_test=Tester
 jmespath_tester_field=Expression JMESPath
@@ -599,7 +599,7 @@
 jndi_testing_title=Requête JNDI
 jndi_url_jndi_props=Propriétés JNDI
 json_assertion_expected_value=Valeur attendue\:
-json_assertion_invert=Inverser l'assertion (échouera si les conditions ci-dessus sont remplies)
+json_assertion_invert=Inverser l'assertion (échouera si l'expression XPath match)
 json_assertion_null=Valeur nulle attendue
 json_assertion_path=Vérifier que le chemin JSON existe\:
 json_assertion_regex=Correspondance selon expression régulière