plugins/spamx/language/japanese_utf-8.php
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7171 83438096c30b
child 7485 81b73b05b53c
     1.1 --- a/plugins/spamx/language/japanese_utf-8.php	Sun Jul 12 11:01:37 2009 +0200
     1.2 +++ b/plugins/spamx/language/japanese_utf-8.php	Sun Oct 11 19:18:47 2009 +0200
     1.3 @@ -163,7 +163,7 @@
     1.4  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
     1.5  $LANG_configselects['spamx'] = array(
     1.6      0 => array('はい' => 1, 'いいえ' => 0),
     1.7 -    1 => array('はい' => TRUE, 'いいえ' => FALSE)
     1.8 +    1 => array('はい' => true, 'いいえ' => false)
     1.9  );
    1.10  
    1.11 -?>
    1.12 \ No newline at end of file
    1.13 +?>