Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv29135
Modified Files:
sandweb.cgi
Log Message:
should be "browse module menu" not "browse repository menu"
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.139
retrieving revision 1.140
diff -U2 -r1.139 -r1.140
--- sandweb.cgi 2002/01/29 06:18:40 1.139
+++ sandweb.cgi 2002/01/29 22:13:50 1.140
@@ -457,7 +457,7 @@
print CGI::header( -cookie => $ck_auth );
$ui->print_screen(
- TITLE=> 'SandWeb : Browse Repository Menu',
+ TITLE=> 'SandWeb : Browse Module Menu',
MENU_TITLE => 'SandWeb',
- SUBMENU_TITLE => 'browse repository menu',
+ SUBMENU_TITLE => 'browse module menu',
FOOTER => '',
CONTENT => $content,
|