diff --git a/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php b/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php index 2ecd2f16a1e..a05171bad25 100644 --- a/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php +++ b/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php @@ -156,7 +156,7 @@ class LocaleFileImportStatus extends WebTestBase { $this->checkTranslations($strings, $langcode); $timestamp = db_query('SELECT timestamp FROM {locale_file} WHERE uri = :uri', array(':uri' => $file->uri))->fetchField(); - $this->assertEqual($timestamp, $file->original_timestamp, t('File is updated.')); + $this->assertEqual($timestamp, $file->original_timestamp); } /**