diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-18 12:09:54 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-18 12:09:54 -0500 |
commit | 461804a5e4e267dce332e0b953a164ba6b82a91e (patch) | |
tree | a4074df2132f1263acf6077b713074e4e4e490e1 /IkiWiki/Plugin | |
parent | 97bc5d8bcacd482874d0050166ba3f7a87ef9fd1 (diff) |
clarify error
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/remove.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |