]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - IkiWiki/CGI.pm
web commit by KenShan: Fix spelling
[www/ikiwiki.git] / IkiWiki / CGI.pm
index 5d21d0674eca2b273aaeef28e77e5c418b62531a..85fc1a38614b17ce38984a597319306140eba2ea 100644 (file)
@@ -46,6 +46,8 @@ sub page_locked ($$;$) { #{{{
                if (pagespec_match($page, userinfo_get($admin, "locked_pages"))) {
                        return 1 if $nonfatal;
 
+                       #translators: The first parameter is a page name,
+                       #translators: second is the user who locked it.
                        error(sprintf(gettext("%s is locked by %s and cannot be edited"),
                                htmllink("", "", $page, 1),
                                userlink($admin)));