commit cb43e9d77c9a07381dd7603622d830b3efa98026 Author: James Wilson Date: Tue Oct 9 22:01:07 2012 -0400 Issue #1799116-11: Remove D7 string changes. diff --git a/includes/install.core.inc b/includes/install.core.inc index 2d78677..09f3cc5 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -551,7 +551,7 @@ function install_tasks($install_state) { 'run' => INSTALL_TASK_RUN_IF_REACHED, ), 'install_profile_modules' => array( - 'display_name' => count($install_state['profiles']) == 1 ? st('Install site') : st('Installation profile'), + 'display_name' => count($install_state['profiles']) == 1 ? st('Install site') : st('Install profile'), 'type' => 'batch', ), 'install_import_locales' => array( diff --git a/modules/simpletest/tests/bootstrap.test b/modules/simpletest/tests/bootstrap.test index ae2660d..014fc94 100644 --- a/modules/simpletest/tests/bootstrap.test +++ b/modules/simpletest/tests/bootstrap.test @@ -352,7 +352,7 @@ class BootstrapGetFilenameTestCase extends DrupalUnitTestCase { // Retrieving the location of a profile. Profiles are a special case with // a fixed location and naming. - $this->assertIdentical(drupal_get_filename('profile', 'standard'), 'profiles/standard/standard.profile', t('Retrieve installation profile location.')); + $this->assertIdentical(drupal_get_filename('profile', 'standard'), 'profiles/standard/standard.profile', t('Retrieve install profile location.')); // When a file is not found in the database cache, drupal_get_filename() // searches several locations on the filesystem, including the DRUPAL_ROOT diff --git a/modules/system/system.install b/modules/system/system.install index 8e679f8..df0db71 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -34,7 +34,7 @@ function system_requirements($phase) { if ($profile != 'standard') { $info = system_get_info('module', $profile); $requirements['install_profile'] = array( - 'title' => $t('Installation profile'), + 'title' => $t('Install profile'), 'value' => $t('%profile_name (%profile-%version)', array( '%profile_name' => $info['name'], '%profile' => $profile,