diff options
| author | fukachan <fukachan> | 2004-03-31 12:34:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-03-31 12:34:26 +0000 |
| commit | c5082eebfa7a31f13ae0fb1dc5463e0253d06f0c (patch) | |
| tree | 0ae90c0096b1707e0ac692d4df8371b41edb4130 /fml/lib/FML/CGI | |
| parent | eb7be8a620da4c066a2525d94cc34ed7e73658e2 (diff) | |
| download | fml8-c5082eebfa7a31f13ae0fb1dc5463e0253d06f0c.tar.gz fml8-c5082eebfa7a31f13ae0fb1dc5463e0253d06f0c.tar.bz2 fml8-c5082eebfa7a31f13ae0fb1dc5463e0253d06f0c.zip | |
use cgi.config.$key as message translation
Diffstat (limited to 'fml/lib/FML/CGI')
| -rw-r--r-- | fml/lib/FML/CGI/Menu.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/CGI/Menu.pm b/fml/lib/FML/CGI/Menu.pm index 4747623c..359719ab 100644 --- a/fml/lib/FML/CGI/Menu.pm +++ b/fml/lib/FML/CGI/Menu.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: Menu.pm,v 1.9 2004/01/18 13:56:04 fukachan Exp $ +# $FML: Menu.pm,v 1.10 2004/03/31 05:28:17 fukachan Exp $ # package FML::CGI::Menu; @@ -343,11 +343,11 @@ sub run_cgi_command_help if ($navi_command) { print "[$name_usage]<br> <b> $navi_command </b> <br>\n"; - $buf = $curproc->message_nl("cgi.$navi_command", '', $msg_args); + $buf = $curproc->message_nl("cgi.config.$navi_command", '', $msg_args); } elsif ($command) { print "[$name_usage]<br> <b> $command </b> <br>\n"; - $buf = $curproc->message_nl("cgi.$command", '', $msg_args); + $buf = $curproc->message_nl("cgi.config.$command", '', $msg_args); } print $buf; |
