diff options
Diffstat (limited to 'app/i18n/fr/sub.php')
-rw-r--r-- | app/i18n/fr/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index 0339fa7f9..fc88d9e5c 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -88,7 +88,7 @@ return array( '_' => 'HTML + XPath + JSON notation point (JSON dans HTML)', 'xpath' => array( '_' => 'XPath pour JSON dans HTML', - 'help' => 'Exemple : <code>//script[@type="application/json"]</code>', + 'help' => 'Exemple : <code>normalize-space(//script[@type="application/json"])</code> (JSON unique)<br />ou : <code>//script[@type="application/ld+json"]</code> (un objet JSON par article)', ), ), 'html_xpath' => array( |