From: Joey Hess Date: Mon, 18 Jan 2010 17:09:54 +0000 (-0500) Subject: clarify error X-Git-Tag: 3.20100122~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=461804a5e4e267dce332e0b953a164ba6b82a91e;p=ikiwiki.git clarify error --- diff --git a/IkiWiki/Plugin/remove.pm b/IkiWiki/Plugin/remove.pm index 2b8cf0414..3c1e0c713 100644 --- a/IkiWiki/Plugin/remove.pm +++ b/IkiWiki/Plugin/remove.pm @@ -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"); } }