]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/UserInfo.pm
* Fix for missing backlinks() in pagestats plugin.
[ikiwiki.git] / IkiWiki / UserInfo.pm
index 03d63cc23376722cee7663828e91e69b0fb79030..267f5d9cd980d41b21750072bd92652564e2479a 100644 (file)
@@ -132,6 +132,10 @@ sub send_commit_mails ($$$@) { #{{{
                else {
                        $pagelist.=join(" ", @changed_pages);
                }
+               #translators: The three variables are the name of the wiki,
+               #translators: A list of one or more pages that were changed,
+               #translators: And the name of the user making the change.
+               #translators: This is used as the subject of a commit email.
                my $subject=sprintf(gettext("update of %s's %s by %s"), 
                        $config{wikiname}, $pagelist, $user);