diff --git a/citeParserTests.txt b/citeParserTests.txt index 082ec61d7..0073ede4e 100644 --- a/citeParserTests.txt +++ b/citeParserTests.txt @@ -279,8 +279,7 @@ Erroneous refs

Cite error: Invalid <ref> tag; name cannot be a simple integer. Use a descriptive title

[1] -

Cite error: Invalid <ref> tag; -refs with no content must have a name +

Cite error: The opening <ref> tag is malformed or has a bad name

[2]

[3]

Cite error: Invalid <references> tag; diff --git a/i18n/en.json b/i18n/en.json index 04f2f6040..bf39a3f39 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -18,7 +18,7 @@ "cite-desc": "Adds and tags, for citations", "cite_error": "Cite error: $1", "cite_error_ref_numeric_key": "Invalid <ref> tag;\nname cannot be a simple integer. Use a descriptive title", - "cite_error_ref_no_key": "Invalid <ref> tag;\nrefs with no content must have a name", + "cite_error_ref_no_key": "The opening <ref> tag is malformed or has a bad name", "cite_error_ref_too_many_keys": "Invalid <ref> tag;\ninvalid names, e.g. too many", "cite_error_ref_no_input": "Invalid <ref> tag;\nrefs with no name must have content", "cite_error_references_duplicate_key": "Invalid <ref> tag; name \"$1\" defined multiple times with different content",