Skip to content

Commit

Permalink
Merge pull request #2334 from drshawnkwang/drupal_fix_joinpagetext
Browse files Browse the repository at this point in the history
Drupal: Fixed join page text for boinc users.
  • Loading branch information
tristanolive authored Feb 1, 2018
2 parents e47b0f9 + bea2a2f commit 39fe2b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drupal/sites/default/boinc/modules/boincuser/boincuser.module
Original file line number Diff line number Diff line change
Expand Up @@ -1238,11 +1238,9 @@ function join_page($type = null) {
}
else {
$output .= '<li>' . 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 <b>!boinccmd</b>.",
please follow the <b>!instructionslink</b> to first <i>create an account</i>, and then <i>attach</i> 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') . '</li>';
$output .= '<li>' . 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
Expand Down

0 comments on commit 39fe2b2

Please sign in to comment.