From: Joe Z. <jz...@us...> - 2003-06-28 06:45:54
|
Update of /cvsroot/bobs/bobs/inc In directory sc8-pr-cvs1:/tmp/cvs-serv24020/inc Modified Files: config.php.in Log Message: Change text of "share" input field to show it's a name, not a description. Index: config.php.in =================================================================== RCS file: /cvsroot/bobs/bobs/inc/config.php.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- config.php.in 8 May 2003 05:46:51 -0000 1.7 +++ config.php.in 28 Jun 2003 06:45:49 -0000 1.8 @@ -32,7 +32,7 @@ $server_defs["server"]["desc"] = "Network name of computer to be backed up"; $server_defs["share"]["type"] = "text"; -$server_defs["share"]["desc"] = "Descriptive name of the shared directory to be backed up"; +$server_defs["share"]["desc"] = "Name of shared directory to be backed up"; $server_defs["active"]["type"] = "checkbox"; $server_defs["active"]["desc"] = "Create backups of this server"; |