Browse Source

Cleaning up configuration comments.

Taylor Otwell 13 years ago
parent
commit
acea14a306
1 changed files with 2 additions and 6 deletions
  1. 2 6
      application/config/application.php

+ 2 - 6
application/config/application.php

@@ -33,9 +33,7 @@ return array(
 	|--------------------------------------------------------------------------
 	|
 	| The default language of your application. This language will be used by
-	| default by the Lang library when doing string localization.
-	|
-	| If you are not using the Lang library, this option isn't really important.
+	| Lang library as the default language when doing string localization.
 	|
 	*/
 
@@ -46,7 +44,7 @@ return array(
 	| Application Character Encoding
 	|--------------------------------------------------------------------------
 	|
-	| This default character encoding used by your application. This is the
+	| The default character encoding used by your application. This is the
 	| character encoding that will be used by the Str, Text, and Form classes.
 	|
 	*/
@@ -74,8 +72,6 @@ return array(
 	| random and secret. This key is used by the encryption class to generate
 	| secure, encrypted strings.
 	|
-	| If you will not be using the encryption class, this doesn't matter.
-	|
 	*/
 
 	'key' => '',