clarify error

master
Joey Hess 2010-01-18 12:09:54 -05:00
parent 97bc5d8bca
commit 461804a5e4
1 changed files with 1 additions and 1 deletions

View 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");
}
}