diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc
index d3d7a04..a5a64e9 100644
--- a/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -2066,10 +2066,7 @@ function install_check_requirements($install_state) {
         'title' => $default_file_info['title_default'],
         'value' => $default_file_info['description_default'],
         'severity' => REQUIREMENT_ERROR,
-        'description' => t('The @drupal installer requires that the %default-file file not be modified in any way from the original download.', array(
-            '@drupal' => drupal_install_profile_distribution_name(),
-            '%default-file' => $default_file
-          )),
+'description' => t('The !default-file file must not be modified in any way from the original download.', $t_args),
       );
     }
     // Otherwise, if $file does not exist yet, we can try to copy
