summaryrefslogtreecommitdiff
path: root/actions/apigrouplistall.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 01:48:16 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 01:48:16 +0200
commit518832da28456259bf9fc0030d26e1a090e30f67 (patch)
tree318244230374cc15cdb0da07e5a4ca29429160eb /actions/apigrouplistall.php
parentc15549ff5a787a8014e54a50aa0fdfc0055ffcde (diff)
Document messages for which clarification was requested.
Diffstat (limited to 'actions/apigrouplistall.php')
-rw-r--r--actions/apigrouplistall.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/apigrouplistall.php b/actions/apigrouplistall.php
index f7677970f..bd05fa3ea 100644
--- a/actions/apigrouplistall.php
+++ b/actions/apigrouplistall.php
@@ -87,6 +87,7 @@ class ApiGroupListAllAction extends ApiPrivateAuthAction
parent::handle($args);
$sitename = common_config('site', 'name');
+ // TRANS: Message is used as a title. %s is a site name.
$title = sprintf(_("%s groups"), $sitename);
$taguribase = TagURI::base();
$id = "tag:$taguribase:Groups";