diff --git a/core/modules/locale/locale.bulk.inc b/core/modules/locale/locale.bulk.inc
index 3869a78..d6492ad 100644
--- a/core/modules/locale/locale.bulk.inc
+++ b/core/modules/locale/locale.bulk.inc
@@ -164,7 +164,7 @@ function locale_translate_export_form($form, &$form_state) {
       '#tree' => TRUE,
       '#states' => array(
         'invisible' => array(
-           ':input[name="langcode"]' => array('value' => 'system'),
+           ':input[name="langcode"]' => array('value' => 'LANGUAGE_SYSTEM'),
         ),
       ),
     );
