diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 22:50:15 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 22:50:15 +0200 |
commit | 9b788471d4d5141bf4991367f1f46f2a4e35da36 (patch) | |
tree | 7e08bbc99f9fda76a96fa94ea48ea3854ffec614 /lib/activity.php | |
parent | 204cf0b96b677e907b259430a1628c35af682ebb (diff) |
Add translator documentation.
Diffstat (limited to 'lib/activity.php')
-rw-r--r-- | lib/activity.php | 3 |
1 files changed, 2 insertions, 1 deletions
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.') ); } |