Added reference to BOINC wiki for instructions on finding the BOINC data directory

(DBOINCP-200)
This commit is contained in:
Tristan Olive 2015-07-08 10:07:39 -04:00
parent dd0190243c
commit 8400ba720f
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ function boincuser_authloginform() {
'#value' => '' .
'<p>' . bts("If you have run BOINC under the account, you can still access it. Here's how:") .
' <ul>' .
' <li>' . bts('Go to the BOINC data directory on your computer (on Windows this is usually %path1 or %path2.', array('%path1' => 'C:\Documents and Settings\All Users\Application Data\BOINC', '%path2' => 'C:\Program Files\BOINC')) . '</li>' .
' <li>' . bts('Go to the BOINC data directory on your computer (see !boinc_wiki for help finding this).', array('!boinc_wiki' => l(bts('BOINC documentation'), 'http://boinc.berkeley.edu/wiki/BOINC_Data_directory'))) . '</li>' .
' <li>' . bts('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => 'account_lhcathome.cern.ch.xml', '%url' => 'http://lhcathome.cern.ch')) . '</li>' .
' <li>' . bts("Open the file in a text editor like Notepad. You'll see something like:") .
' <pre>' .