diff --git a/Cite.i18n.php b/Cite.i18n.php
index fe5f009e..3aa9a767 100644
--- a/Cite.i18n.php
+++ b/Cite.i18n.php
@@ -1,4 +1,4 @@
- 'Cite error $1; $2',
- 'cite_error_' . CITE_ERROR_REF_NUMERIC_KEY => 'Invalid call; expecting a non-integer key',
- 'cite_error_' . CITE_ERROR_REF_NO_KEY => 'Invalid call; no key specified',
- 'cite_error_' . CITE_ERROR_REF_TOO_MANY_KEYS => 'Invalid call; invalid keys, e.g. too many or wrong key specified',
- 'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Invalid call; no input specified',
- 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Invalid input; expecting none',
- 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Invalid parameters; expecting none',
+ 'cite_error_' . CITE_ERROR_REF_NUMERIC_KEY => 'Invalid <ref>
tag; name cannot be a simple integer, use a descriptive title',
+ 'cite_error_' . CITE_ERROR_REF_NO_KEY => 'Invalid <ref>
tag; refs with no content must have a name',
+ 'cite_error_' . CITE_ERROR_REF_TOO_MANY_KEYS => 'Invalid <ref>
tag; invalid names, e.g. too many',
+ 'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Invalid <ref>
tag; refs with no name must have content',
+ 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Invalid <references>
tag; no input is allowed, use
+<references />
',
+ 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Invalid <references>
tag; no parameters are allowed, use <references />
',
'cite_error_' . CITE_ERROR_REFERENCES_NO_BACKLINK_LABEL => "Ran out of custom backlink labels, define more in the \"''cite_references_link_many_format_backlink_labels''\" message",
/*