Changeset 500 for trunk/modules/user_guide
- Timestamp:
- 09/05/2007 12:54:00 AM (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_guide/controllers/user_guide.php
r495 r500 60 60 catch (Kohana_Exception $exception) 61 61 { 62 trigger_error('Th e Kohana User Guide has not been translated into the requested language.', E_USER_ERROR);62 trigger_error('This Kohana User Guide page has not been translated into the requested language.', E_USER_ERROR); 63 63 } 64 64 }
