[PC-BSD Commits] r1519 - pcbsd/trunk/kcmPFManager

svn at pcbsd.org svn at pcbsd.org
Mon Mar 3 11:36:49 PST 2008


Author: kris
Date: 2008-03-03 11:36:48 -0800 (Mon, 03 Mar 2008)
New Revision: 1519

Modified:
   pcbsd/trunk/kcmPFManager/pfmanagerdlg.cpp
Log:

Fixed typo in the PF manager



Modified: pcbsd/trunk/kcmPFManager/pfmanagerdlg.cpp
===================================================================
--- pcbsd/trunk/kcmPFManager/pfmanagerdlg.cpp	2008-03-03 17:48:06 UTC (rev 1518)
+++ pcbsd/trunk/kcmPFManager/pfmanagerdlg.cpp	2008-03-03 19:36:48 UTC (rev 1519)
@@ -60,7 +60,7 @@
         else
         { // disable firewall
             // Ask again if he's really sure...
-            QString question = tr("This will turn of the firewall completly.\n" \
+            QString question = tr("This will turn off the firewall completly.\n" \
                                   "Are you sure?");
 
             if ( QMessageBox::question(this, tr("Question"), question,



More information about the Commits mailing list