From cce95414f69c5efdac707c8a7e010686b5230278 Mon Sep 17 00:00:00 2001 From: Nemo bis Date: Sun, 11 Aug 2013 12:26:23 +0200 Subject: [PATCH] Mention potentially missing tag in Cite error message Bug: 45415 Change-Id: I5293f814eff4c0fad3dce412f3adf049c70ee73e --- Cite.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cite.i18n.php b/Cite.i18n.php index 997cba6ae..e28e07111 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -46,7 +46,7 @@ Define more in the [[MediaWiki:$2]] message.', no text was provided for refs named $1', 'cite_error_included_ref' => 'Closing </ref> missing for <ref> tag', 'cite_error_refs_without_references' => '<ref> tags exist, but no <references/> tag was found', - 'cite_error_group_refs_without_references' => '<ref> tags exist for a group named "$1", but no corresponding <references group="$1"/> tag was found', + 'cite_error_group_refs_without_references' => '<ref> tags exist for a group named "$1", but no corresponding <references group="$1"/> tag was found, or a closing </ref> is missing', 'cite_error_references_group_mismatch' => '<ref> tag in <references> has conflicting group attribute "$1".', 'cite_error_references_missing_group' => '<ref> tag defined in <references> has group attribute "$1" which does not appear in prior text.', 'cite_error_references_missing_key' => '<ref> tag with name "$1" defined in <references> is not used in prior text.',