diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 01:48:16 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 01:48:16 +0200 |
commit | 518832da28456259bf9fc0030d26e1a090e30f67 (patch) | |
tree | 318244230374cc15cdb0da07e5a4ca29429160eb /actions/usergroups.php | |
parent | c15549ff5a787a8014e54a50aa0fdfc0055ffcde (diff) |
Document messages for which clarification was requested.
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r-- | actions/usergroups.php | 2 |
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); |