aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/remove.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-18 12:09:54 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-18 12:09:54 -0500
commit461804a5e4e267dce332e0b953a164ba6b82a91e (patch)
treea4074df2132f1263acf6077b713074e4e4e490e1 /IkiWiki/Plugin/remove.pm
parent97bc5d8bcacd482874d0050166ba3f7a87ef9fd1 (diff)
downloadikiwiki-461804a5e4e267dce332e0b953a164ba6b82a91e.tar
ikiwiki-461804a5e4e267dce332e0b953a164ba6b82a91e.tar.gz
clarify error
Diffstat (limited to 'IkiWiki/Plugin/remove.pm')
-rw-r--r--IkiWiki/Plugin/remove.pm2
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");
}
}