diff --git a/src/www/system_general.php b/src/www/system_general.php index b7d7d66ab..8af8330a9 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -37,7 +37,7 @@ function get_locale_list() $locales = array(); $locales['en_US'] = _('English'); - //$locales['ja'] = _('Japanese'); + //$locales['ja_JP'] = _('Japanese'); //$locales['zh_CN'] = _('Chinese (Simplified)'); asort($locales);