Index: default/language.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/language.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- default/language.txt 28 Jan 2002 20:10:54 -0000 1.46
+++ default/language.txt 21 Aug 2002 19:52:29 -0000 1.47
@@ -29,7 +29,11 @@
'RATE_VOTED' => 'You seem to have already voted once before.',
'LINKS_COOL' => 'Cool',
'MODIFY_REJECTSUB' => 'Your change has been rejected.',
+
'FILE_UNKNOWN' => 'Unknown File requested.',
+ 'FILE_TABLEFORMAT' => 'Table name for request improperly formed or possibly insecure.',
+ 'FILE_TABLE' => 'Table "%s" could not be loaded because "%s".',
+
'BROWSER_RELADD' => 'Unable to create relation: %s. Check to make sure it isn\'t already related, and that it is a valid category.',
'VAL_CANTEMAIL' => 'Unable to send validation email, missing or bad email address.',
'GENERAL_DISABLED' => 'The site is down for maintenance, please try back shortly.',
Index: default/login_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/login_success.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- default/login_success.html 30 Dec 2001 19:39:00 -0000 1.9
+++ default/login_success.html 3 Sep 2002 20:07:04 -0000 1.10
@@ -31,7 +31,7 @@
<p>You have been successfully logged into the system.</p>
<%if Status eq 'Editor'%>
- <p>Click here to <a href="<%db_cgi_url%>/maintain.cgi">enter your editor</a>.</p>
+ <p>Click here to <a href="<%db_cgi_url%>/browser.cgi">enter your editor</a>.</p>
<%endif%>
</font>