diff -r 35e91d16ecf5 -r 234ddd896555 includes/clientside/static/pwstrength.js --- a/includes/clientside/static/pwstrength.js Thu Jun 26 17:31:33 2008 -0400 +++ b/includes/clientside/static/pwstrength.js Thu Jun 26 18:03:04 2008 -0400 @@ -195,6 +195,7 @@ { // $lang isn't initted yet, this happens sometimes on the usercp/emailpassword form. // Try to init it if we have ENANO_LANG_ID and enano_lang; if not, report an error. + load_component('l10n'); if ( typeof(enano_lang) == 'object' && typeof(ENANO_LANG_ID) == 'number' ) { language_onload();