summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 21:12:14 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 21:12:14 +0200
commitddc116cffe40e7060455a80e360119d0048fa6e5 (patch)
tree9228fb5e936346ef955d9422ee75f0e89d04e2dc /lib/htmloutputter.php
parent86a3016a6f85b87fd26c8e61f3cb89c453404042 (diff)
Add translator documentation for a few files
* added a few XXX (that's StatusNet for FIXME, right?) ** proposing de-duplication of a message appearing ~50 times ** marking bad pagination implementation * moved the TRANS: comments in action.php down to exactly before the line in which the message appears. Otherwise gettext does not put them in the pot file * fixed a XXX in action.php removing double spaces
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r--lib/htmloutputter.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php
index 7786b5941..5dc2b38da 100644
--- a/lib/htmloutputter.php
+++ b/lib/htmloutputter.php
@@ -100,6 +100,7 @@ class HTMLOutputter extends XMLOutputter
$type = common_negotiate_type($cp, $sp);
if (!$type) {
+ // TRANS: Client exception 406
throw new ClientException(_('This page is not available in a '.
'media type you accept'), 406);
}