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/peopletag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/peopletag.php') diff --git a/actions/peopletag.php b/actions/peopletag.php index 6dbbc9261..4ba1dc0f1 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -141,7 +141,7 @@ class PeopletagAction extends Action */ function title() { - return sprintf(_('Users self-tagged with %s - page %d'), + return sprintf(_('Users self-tagged with %1$s - page %2$d'), $this->tag, $this->page); } -- cgit v1.2.3-54-g00ecf