Revision: 6077
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6077&view=rev
Author:   eoberlander
Date:     2011-11-13 13:08:37 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
Change another two error messages to match earlier text change.

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/urlfilter.cgi

Modified: ipcop/trunk/html/cgi-bin/urlfilter.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/urlfilter.cgi      2011-11-13 08:23:48 UTC (rev 
6076)
+++ ipcop/trunk/html/cgi-bin/urlfilter.cgi      2011-11-13 13:08:37 UTC (rev 
6077)
@@ -526,7 +526,7 @@
 
 if (($tcsettings{'MODE'} eq 'TIMECONSTRAINT') && ($tcsettings{'ACTION'} eq 
$Lang::tr{'urlfilter restart'})) {
     if (!($proxysettings{'ENABLE_FILTER'} eq 'on')) {
-        $errormessage = $Lang::tr{'urlfilter not enabled'};
+        $errormessage = $Lang::tr{'redirectors are disabled'};
     }
        if ((!($proxysettings{'ENABLED_GREEN_1'} eq 'on')) && 
(!($proxysettings{'ENABLED_BLUE_1'} eq 'on')) && 
(!($proxysettings{'ENABLED_OVPN'} eq 'on'))) {
         $errormessage = $Lang::tr{'urlfilter web proxy service required'};
@@ -720,7 +720,7 @@
 
 if (($uqsettings{'MODE'} eq 'USERQUOTA') && ($uqsettings{'ACTION'} eq 
$Lang::tr{'urlfilter restart'})) {
     if (!($proxysettings{'ENABLE_FILTER'} eq 'on')) {
-        $errormessage = $Lang::tr{'urlfilter not enabled'};
+        $errormessage = $Lang::tr{'redirectors are disabled'};
     }
        if ((!($proxysettings{'ENABLED_GREEN_1'} eq 'on')) && 
(!($proxysettings{'ENABLED_BLUE_1'} eq 'on')) && 
(!($proxysettings{'ENABLED_OVPN'} eq 'on'))) {
         $errormessage = $Lang::tr{'urlfilter web proxy service required'};

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to