diff options
Diffstat (limited to 'modules/locale/locale.test')
-rw-r--r-- | modules/locale/locale.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test index 91d91e7a4..4bfb09cc7 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -333,7 +333,7 @@ class LocaleTranslationFunctionalTest extends DrupalWebTestCase { $edit = array('translations['. $langcode .']' => $this->randomString()); $this->drupalPost($url, $edit, t('Save translations')); - // Trigger JavaScript translation parsing and building. + // Trigger JavaScript translation parsing and building. locale_inc_callback('_locale_rebuild_js', $langcode); // Retrieve the JavaScript translation hash code for the custom language to |