reports: Fix id of custom date selector
[ninja.git] / system / i18n / en_US / event.php
blob282a0a2519a111f36835ec9fd30ef14bb99a9f35
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 $lang = array
5 'invalid_subject' => 'Attempt to attach invalid subject %s to %s failed: Subjects must extend the Event_Subject class',
6 'invalid_observer' => 'Attempt to attach invalid observer %s to %s failed: Observers must extend the Event_Observer class',
7 );