summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/SendFile.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-19 14:39:00 +0000
committerfukachan <fukachan>2002-08-19 14:39:00 +0000
commit6f261ffd3761d81075f662f3bbe7a27bf1f640f7 (patch)
tree432df2be84309287b319c2efdf14e08653a6e73e /fml/lib/FML/Command/SendFile.pm
parentc8a0704fe70ccfffca46c7f2d0f56d874b7f72ab (diff)
downloadfml8-6f261ffd3761d81075f662f3bbe7a27bf1f640f7.tar.gz
fml8-6f261ffd3761d81075f662f3bbe7a27bf1f640f7.tar.bz2
fml8-6f261ffd3761d81075f662f3bbe7a27bf1f640f7.zip
change message key: command.get.invalid.args -> command.get_invalid_args
Diffstat (limited to 'fml/lib/FML/Command/SendFile.pm')
-rw-r--r--fml/lib/FML/Command/SendFile.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm
index afbc818c..fcfd79e4 100644
--- a/fml/lib/FML/Command/SendFile.pm
+++ b/fml/lib/FML/Command/SendFile.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: SendFile.pm,v 1.19 2002/08/17 23:27:33 fukachan Exp $
+# $FML: SendFile.pm,v 1.20 2002/08/19 13:58:43 fukachan Exp $
#
package FML::Command::SendFile;
@@ -96,7 +96,7 @@ sub send_article
}
if ($is_error) {
- $curproc->reply_message_nl('command.get.invalid.args',
+ $curproc->reply_message_nl('command.get_invalid_args',
"invalid argument");
croak("send_article() fails");
}