diff options
| author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 15:06:59 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 15:06:59 -0400 |
| commit | bac47cdecd9a9f7db3224eaaed43de0984bcf9ea (patch) | |
| tree | 16d28c4588b2a66a354225f7509181f4e59a8e44 | |
| parent | cbf1c8b810cf782e36bbe87343d5f4a81f5dd52e (diff) | |
make message a bit more generic
| -rw-r--r-- | IkiWiki/Plugin/attachment.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/attachment.pm b/IkiWiki/Plugin/attachment.pm index 2a662c0d1..acc52f0e9 100644 --- a/IkiWiki/Plugin/attachment.pm +++ b/IkiWiki/Plugin/attachment.pm @@ -32,7 +32,7 @@ sub check_canattach ($$;$) { } } if (! $allowed) { - error(gettext("attachment rejected")." ($allowed)"); + error(gettext("prohibited by allowed_attachments")." ($allowed)"); } else { return 1; |
