From bea2a2f397c7242372bca31834d4c25f9aeb120a Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Thu, 1 Feb 2018 10:06:44 -0600 Subject: [PATCH] Drupal: Fixed join page text for boinc users. https://dev.gridrepublic.org/browse/DBOINCP-420 --- .../sites/default/boinc/modules/boincuser/boincuser.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drupal/sites/default/boinc/modules/boincuser/boincuser.module b/drupal/sites/default/boinc/modules/boincuser/boincuser.module index 43514653b0e..b65ac3f90a1 100644 --- a/drupal/sites/default/boinc/modules/boincuser/boincuser.module +++ b/drupal/sites/default/boinc/modules/boincuser/boincuser.module @@ -1238,11 +1238,9 @@ function join_page($type = null) { } else { $output .= '
  • ' . bts("If you're running a command-line version of BOINC, - 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 using !boinccmd.", + please follow the !instructionslink to first create an account, and then attach to this project. Use the same project URL as above.", array( - '!boinccmd' => l('boinccmd --project_attach', 'http://boinc.berkeley.edu/wiki/Boinccmd_tool'), + '!instructionslink' => l('instructions', 'http://boinc.berkeley.edu/wiki/Boinccmd_tool'), ), NULL, 'boinc:join-page') . '
  • '; $output .= '
  • ' . bts("If you're running a pre-5.0 version of BOINC, please upgrade to a more recent version of BOINC to create an account