Index: stringoverrides.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/stringoverrides/Attic/stringoverrides.module,v retrieving revision 1.5.2.4.2.9 diff -u -r1.5.2.4.2.9 stringoverrides.module --- stringoverrides.module 24 Jan 2009 05:34:26 -0000 1.5.2.4.2.9 +++ stringoverrides.module 12 Mar 2009 00:21:27 -0000 @@ -103,8 +103,8 @@ if (!function_exists('locale')) { function locale_supported_languages($reset = FALSE, $getall = FALSE) { return array( - 'name' => array('xx' => 'String Overrides'), - 'formula' => array('xx' => ''), + 'name' => array('en-US' => 'String Overrides'), + 'formula' => array('en-US' => ''), ); }