Show
Ignore:
Timestamp:
02/15/2008 08:53:29 AM (11 months ago)
Author:
Shadowhand
Message:

Kobot can haz set_timer()!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/kobot/i18n/en_US/kobot.php

    r2051 r2055  
    55        'command_line_only' => 'Kobot can only be run in command line mode: <tt>php index.php "kobot"</tt>', 
    66        'invalid_callback'  => 'Invalid response for %s. See <a href="http://php.net/callback#language.types.callback">php.net/callback</a>.', 
     7        'invalid_timer'     => 'All timers must be valid callbacks. See <a href="http://php.net/callback#language.types.callback">php.net/callback</a>.', 
    78);