]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/remove.pm
clarify error
[git.ikiwiki.info.git] / IkiWiki / Plugin / remove.pm
index 2b8cf0414aa9198624c2f91e238a6fbf3c446d44..3c1e0c713c85b0b679b1d00c0ed19e56ea685006 100644 (file)
@@ -51,7 +51,7 @@ sub check_canremove ($$$) {
                        IkiWiki::Plugin::attachment::check_canattach($session, $page, $file);
                }
                else {
-                       error("renaming of attachments is not allowed");
+                       error("removal of attachments is not allowed");
                }
        }