summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-01-27 22:07:04 -0500
committerCraig Andrews <candrews@integralblue.com>2010-01-27 22:07:04 -0500
commit914bc9f9c5ce29584e00553104ac991e6e178e7b (patch)
treeb473316af79d2c58c5ecd84765fcaa9725269fed /actions/showgroup.php
parente9995b0f6ab0788162e22c996e5ee0af416dd519 (diff)
parent9589985e29455e41ef915ff15b679fe2a01644a0 (diff)
Merge branch '0.9.x' into 1.0.x
Conflicts: lib/queuemanager.php
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index 06ae572e8..8042a4951 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -79,9 +79,9 @@ class ShowgroupAction extends GroupDesignAction
}
if ($this->page == 1) {
- return sprintf(_("%s group"), $base);
+ return sprintf(_('%s group'), $base);
} else {
- return sprintf(_("%1$s group, page %2$d"),
+ return sprintf(_('%1$s group, page %2$d'),
$base,
$this->page);
}