From 9b788471d4d5141bf4991367f1f46f2a4e35da36 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 10 Apr 2010 22:50:15 +0200 Subject: Add translator documentation. --- lib/activity.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/activity.php') diff --git a/lib/activity.php b/lib/activity.php index 5d6230c6d..365bb6258 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -117,7 +117,8 @@ class Activity // Insist on a feed's root DOMElement; don't allow a DOMDocument if ($feed instanceof DOMDocument) { throw new ClientException( - _("Expecting a root feed element but got a whole XML document.") + // TRANS: Client exception thrown when a feed instance is a DOMDocument. + _('Expecting a root feed element but got a whole XML document.') ); } -- cgit v1.2.3-54-g00ecf