summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-19 19:00:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-19 19:00:45 +0000
commit89580271f26bc78c801bc81f4dc8d6d785df2aa0 (patch)
tree37a41ba54c432b9a0d94e514834209d73a718789 /install.php
parentffb7dcaf334acd83625c565557b43b04a147ba62 (diff)
downloadbrdo-89580271f26bc78c801bc81f4dc8d6d785df2aa0.tar.gz
brdo-89580271f26bc78c801bc81f4dc8d6d785df2aa0.tar.bz2
#637370 by yoroy: Shorten the text on 'installation complete' screen.
Diffstat (limited to 'install.php')
-rw-r--r--install.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/install.php b/install.php
index d43485cf4..6e9e87ff4 100644
--- a/install.php
+++ b/install.php
@@ -1433,11 +1433,8 @@ function install_import_locales_remaining(&$install_state) {
function install_finished(&$install_state) {
drupal_set_title(st('@drupal installation complete', array('@drupal' => drupal_install_profile_name())), PASS_THROUGH);
$messages = drupal_set_message();
- $output = '<p>' . st('Congratulations, @drupal has been successfully installed.', array('@drupal' => drupal_install_profile_name())) . '</p>';
- $output .= '<p>' . (isset($messages['error']) ? st('Review the messages above before continuing on to <a href="@url">your new site</a>.', array('@url' => url(''))) : st('You may now visit <a href="@url">your new site</a>.', array('@url' => url('')))) . '</p>';
- if (module_exists('help')) {
- $output .= '<p>' . st('For more information on configuring Drupal, refer to the <a href="@help">help section</a>.', array('@help' => url('admin/help'))) . '</p>';
- }
+ $output = '<p>' . st('Congratulations, you installed @drupal!', array('@drupal' => drupal_install_profile_name())) . '</p>';
+ $output .= '<p>' . (isset($messages['error']) ? st('Review the messages above before visiting <a href="@url">your new site</a>.', array('@url' => url(''))) : st('<a href="@url">Visit your new site</a>.', array('@url' => url('')))) . '</p>';
// Rebuild the module and theme data, in case any newly-installed modules
// need to modify it via hook_system_info_alter(). We need to clear the