Revision: 2700
          https://sourceforge.net/p/mrbs/code/2700/
Author:   cimorrison
Date:     2013-02-15 13:02:30 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
Fixed some label problems on the report page.   See SF Bugs #265

Modified Paths:
--------------
    mrbs/trunk/web/report.php

Modified: mrbs/trunk/web/report.php
===================================================================
--- mrbs/trunk/web/report.php   2013-02-15 09:04:07 UTC (rev 2699)
+++ mrbs/trunk/web/report.php   2013-02-15 13:02:30 UTC (rev 2700)
@@ -140,7 +140,7 @@
           else
           {
             echo "<div id=\"div_privacystatus\">\n";
-            $options = array(PRIVATE_BOTH => 'both', PRIVATE_NO => 
'default_public', PRIVATE_YES => 'default_private');
+            $options = array(PRIVATE_BOTH => get_vocab("both"), PRIVATE_NO => 
get_vocab("default_public"), PRIVATE_YES => get_vocab("default_private"));
             $params = array('label'   => get_vocab("privacy_status") . ':',
                             'name'    => 'match_private',
                             'options' => $options,
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to