From 8a8a1943161af35e2785b0afb3910f4152ce94cb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 24 Mar 2011 17:02:28 +0100 Subject: [PATCH] Fix typo in documentation. --- lib/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mail.php b/lib/mail.php index 8ca6e67fd8..708e5349b1 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -832,7 +832,7 @@ function mail_notify_group_join_pending($group, $joiner) // TRANS: Main body of pending group join request notification e-mail. // TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, - // TRANS: %3$s is the URL to the moderation queue page. + // TRANS: %4$s is the URL to the moderation queue page. $body = sprintf(_('%1$s would like to join your group %2$s on %3$s. ' . 'You may approve or reject their group membership at %4$s'), $joiner->getFancyName(), -- 2.39.5