Show
Ignore:
Timestamp:
02/14/2008 08:30:06 PM (11 months ago)
Author:
Shadowhand
Message:

I <3 Kobot

Files:
1 modified

Legend:

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

    r2049 r2051  
    33$lang = array 
    44( 
    5         'command_line_only' => 'Kirc can only be run in command line mode. To run Kirc from the command line, use: php index.php "kirc"', 
    6         'invalid_callback'  => 'All responses must be valid callbacks, see http://us3.php.net/callback#language.types.callback', 
     5        'command_line_only' => 'Kobot can only be run in command line mode: <tt>php index.php "kobot"</tt>', 
     6        'invalid_callback'  => 'Invalid response for %s. See <a href="http://php.net/callback#language.types.callback">php.net/callback</a>.', 
    77);