[Cherokee-commits] rev 1273 - in cherokee/trunk

cherokee at cherokee-project.com cherokee at cherokee-project.com
Sat Mar 15 13:17:35 CET 2008


Author: adefacc
Date: 2008-03-15 13:17:35 +0100 (Sat, 15 Mar 2008)
New Revision: 1273
Log:
fixed other micro-mispellings in admin interface
Get the changeset with:
  svn diff -r 1272:1273 svn://svn.cherokee-project.com/

Modified:
  cherokee/trunk/ChangeLog
    3 +++
  cherokee/trunk/admin/PageAdvanced.py
    4 ++--
  cherokee/trunk/admin/advanced.help.html
    4 ++--

Modified: cherokee/trunk/ChangeLog
===================================================================
--- cherokee/trunk/ChangeLog	2008-03-15 12:07:01 UTC (rev 1272)
+++ cherokee/trunk/ChangeLog	2008-03-15 12:17:35 UTC (rev 1273)
@@ -4,6 +4,9 @@
 	  - fixed mispellings and added a few more details about
 	    range values if setable fields.
 
+	* admin/PageAdvanced.py:
+	  - fixed a mispelled word in warning help.
+
 2008-03-14  Alvaro Lopez Ortega  <alvaro at alobbs.com>
 
 	* cherokee/handler_file.c (cherokee_handler_file_configure),

Modified: cherokee/trunk/admin/PageAdvanced.py
===================================================================
--- cherokee/trunk/admin/PageAdvanced.py	2008-03-15 12:07:01 UTC (rev 1272)
+++ cherokee/trunk/admin/PageAdvanced.py	2008-03-15 12:17:35 UTC (rev 1273)
@@ -19,8 +19,8 @@
 
 WARNING = """
 <p><b>WARNING</b>: This section contains advanced configuration
-paramters. We recommend not changing  anything unless you are
-completely sure about what you are doing.</p>
+parameters. It is recommended to not change anything unless you
+really know what you are doing.</p>
 """
 
 class PageAdvanced (PageMenu, FormHelper):

Modified: cherokee/trunk/admin/advanced.help.html
===================================================================
--- cherokee/trunk/admin/advanced.help.html	2008-03-15 12:07:01 UTC (rev 1272)
+++ cherokee/trunk/admin/advanced.help.html	2008-03-15 12:17:35 UTC (rev 1273)
@@ -29,8 +29,8 @@
 <p class="help_p">The <b>sendfile</b> minimum and maximum limit can he
 set to point the server when to use this system call. Depending on the
 operating system these limit may vary.<br>
-Minimum limit: range values: 1 - 2147483647, default: 32768<br>
-Maximum limit: range values: 1 - 2147483647, default: 2147483647
+Min. limit: range values: 1 - 2147483647, default: 32768<br>
+Max. limit: range values: 1 - 2147483647, default: 2147483647
 </p>
 
 <p class="help_p">Finally, the <b>Panic Action</b> option allows you to




More information about the Cherokee-commits mailing list