From dfc1f92c57190e1abdde998a1b013d3f7b9e359b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 22 May 2010 19:21:37 +0000 Subject: [PATCH] Small tweaks for 'cite_error_references_no_backlink_label' and 'cite_error_no_link_label_group' --- Cite.i18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cite.i18n.php b/Cite.i18n.php index 396330fc9..25f296e4e 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -38,9 +38,9 @@ Use <references />', parameter "group" is allowed only. Use <references />, or <references group="..." />', 'cite_error_references_no_backlink_label' => 'Ran out of custom backlink labels. -Define more in the [[MediaWiki:Cite references link many format backlink labels]] message', - 'cite_error_no_link_label_group' => 'Ran out of custom link labels for group \'$1\'. -Define more in the [[MediaWiki:$2]] message', +Define more in the [[MediaWiki:Cite references link many format backlink labels]] message.', + 'cite_error_no_link_label_group' => 'Ran out of custom link labels for group "$1". +Define more in the [[MediaWiki:$2]] message.', 'cite_error_references_no_text' => 'Invalid <ref> tag; no text was provided for refs named $1', 'cite_error_included_ref' => 'Closing </ref> missing for <ref> tag',