summaryrefslogtreecommitdiff
path: root/actions/usergroups.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/usergroups.php
parentc15549ff5a787a8014e54a50aa0fdfc0055ffcde (diff)
Document messages for which clarification was requested.
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r--actions/usergroups.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php
index 29bda0a76..6606e76cd 100644
--- a/actions/usergroups.php
+++ b/actions/usergroups.php
@@ -59,8 +59,10 @@ class UsergroupsAction extends OwnerDesignAction
function title()
{
if ($this->page == 1) {
+ // TRANS: Message is used as a page title. %s is a nick name.
return sprintf(_('%s groups'), $this->user->nickname);
} else {
+ // TRANS: Message is used as a page title. %1$s is a nick name, %2$d is a page number.
return sprintf(_('%1$s groups, page %2$d'),
$this->user->nickname,
$this->page);