clarify error
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 18 Jan 2010 17:09:54 +0000 (12:09 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 18 Jan 2010 17:09:54 +0000 (12:09 -0500)
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");
                }
        }