summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2010-01-10 14:06:15 +1300
committerBrenda Wallace <shiny@cpan.org>2010-01-10 14:06:15 +1300
commit26b03240271d061177a258dbae46bc384dbc9d6a (patch)
treecedb5e37ed018c3482be18fb2428c9161b8f41a7 /actions/showgroup.php
parent42896ac1fbe1b952bb7949c069b2c8c5647c1185 (diff)
parent40847ea1b5a527af9de88eb02e38922e5704999b (diff)
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index a4af29391..c0de4c653 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -81,7 +81,7 @@ class ShowgroupAction extends GroupDesignAction
if ($this->page == 1) {
return sprintf(_("%s group"), $base);
} else {
- return sprintf(_("%s group, page %d"),
+ return sprintf(_("%1$s group, page %2$d"),
$base,
$this->page);
}