From b0aea3f9c1cf9a6402bcb2751ac767445103a70b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 10 Jan 2010 01:45:58 +0100 Subject: * L10n updates: consistent puctuation * i18n updates: number parameters if more than one are being used --- actions/blockedfromgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/blockedfromgroup.php') diff --git a/actions/blockedfromgroup.php b/actions/blockedfromgroup.php index ca4a711cb..934f14ec4 100644 --- a/actions/blockedfromgroup.php +++ b/actions/blockedfromgroup.php @@ -90,7 +90,7 @@ class BlockedfromgroupAction extends GroupDesignAction return sprintf(_('%s blocked profiles'), $this->group->nickname); } else { - return sprintf(_('%s blocked profiles, page %d'), + return sprintf(_('%1$s blocked profiles, page %2$d'), $this->group->nickname, $this->page); } -- cgit v1.2.3-54-g00ecf