diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.php b/install.php index ff7a26367..4ec0cb55a 100644 --- a/install.php +++ b/install.php @@ -898,6 +898,8 @@ function install_configure_form() { ); drupal_add_js(drupal_get_path('module', 'system') .'/system.js', 'module'); + // We add these strings as settings because JavaScript translation does not + // work on install time. drupal_add_js(array('cleanURL' => array('success' => st('Your server has been successfully tested to support this feature.'), 'failure' => st('Your system configuration does not currently support this feature. The <a href="http://drupal.org/node/15365">handbook page on Clean URLs</a> has additional troubleshooting information.'), 'testing' => st('Testing clean URLs...'))), 'setting'); drupal_add_js(' // Global Killswitch |