From 6f2e2a67bcb9dbdaafcbf1e087891e453d6ce6a2 Mon Sep 17 00:00:00 2001 From: Oliver Bock Date: Wed, 28 Jan 2015 11:26:02 +0100 Subject: [PATCH] Improved registration info wording --- .../default/boinc/modules/boincuser/boincuser.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drupal/sites/default/boinc/modules/boincuser/boincuser.module b/drupal/sites/default/boinc/modules/boincuser/boincuser.module index 98bc08f184..9b7b2aa190 100644 --- a/drupal/sites/default/boinc/modules/boincuser/boincuser.module +++ b/drupal/sites/default/boinc/modules/boincuser/boincuser.module @@ -1036,8 +1036,8 @@ function join_page($type = null) { $output = '
'; switch ($type) { case 'boinc': - $output .= '

' . t('If you\'re already running BOINC, select Attach to - Project.') . '

'; + $output .= '

' . t('If you\'re already running BOINC, select Add + Project.') . '

'; if ($registration_enabled) { $output .= '

' . t('If you\'re running a command-line or pre-5.0 version of BOINC, !create_an_account first.', array('!create_an_account' => @@ -1045,8 +1045,9 @@ function join_page($type = null) { } else { $output .= '

' . t('If you\'re running a command-line version of BOINC, - the BOINC manager software can be run on another system to connect and - manage the command-line version.') . '

'; + first use the BOINC Manager software (elsewhere if necessary) to create an + an account at this project, then use that account to connect with the + command-line version.') . '

'; $output .= '

' . t('If you\'re running a pre-5.0 version of BOINC, please upgrade to a more recent version to create an account at this project.') . '

';