Rename config item "error_templates_path" to "error_views_path"
diff --git a/application/config/config.php b/application/config/config.php
index 0691620..85d8da0 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -255,14 +255,14 @@
 
 /*
 |--------------------------------------------------------------------------
-| Error Templates Directory Path
+| Error Views Directory Path
 |--------------------------------------------------------------------------
 |
 | Leave this BLANK unless you would like to set something other than the default
 | application/views/errors/ folder.  Use a full server path with trailing slash.
 |
 */
-$config['error_templates_path'] = '';
+$config['error_views_path'] = '';
 
 /*
 |--------------------------------------------------------------------------