summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-19 13:57:50 +0000
committerfukachan <fukachan>2002-08-19 13:57:50 +0000
commit2cb91874ba2a21690ef6ae9edcfe64dbde62fdb3 (patch)
tree7423b54d4978724b94d79a0ee606a3b34eb83ace /fml/lib
parentbd90a85c031f9f868aefa7402a5a9ce1425cd294 (diff)
downloadfml8-2cb91874ba2a21690ef6ae9edcfe64dbde62fdb3.tar.gz
fml8-2cb91874ba2a21690ef6ae9edcfe64dbde62fdb3.tar.bz2
fml8-2cb91874ba2a21690ef6ae9edcfe64dbde62fdb3.zip
change hier: help.$mode.$key -> $mode.key
Diffstat (limited to 'fml/lib')
-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 e3943bf5..afbc818c 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.18 2002/07/17 12:09:26 fukachan Exp $
+# $FML: SendFile.pm,v 1.19 2002/08/17 23:27:33 fukachan Exp $
#
package FML::Command::SendFile;
@@ -202,7 +202,7 @@ sub send_user_xxx_message
}
# if "help" is not found, use the default help message.
else {
- $curproc->reply_message_nl("help.user.${type}",
+ $curproc->reply_message_nl("user.${type}",
"${type} unavailable (error).");
}
}