Use a more fitting example :-)

This commit is contained in:
Oliver Bock 2015-07-08 08:40:18 +00:00
parent dd0190243c
commit 3e6efe4488
1 changed files with 3 additions and 3 deletions

View File

@ -410,13 +410,13 @@ function boincuser_authloginform() {
'<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('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('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => 'account_einstein.phys.uwm.edu.xml', '%url' => 'http://einstein.phys.uwm.edu')) . '</li>' .
' <li>' . bts("Open the file in a text editor like Notepad. You'll see something like:") .
' <pre>' .
'&lt;account&gt;' . "\n" .
' &lt;master_url&gt;http://lhcathome.cern.ch/&lt;/master_url&gt;' . "\n" .
' &lt;master_url&gt;http://einstein.phys.uwm.edu/&lt;/master_url&gt;' . "\n" .
' &lt;authenticator&gt;8b8496fdd26df7dc0423ecd43c09a56b&lt;/authenticator&gt;' . "\n" .
' &lt;project_name&gt;lhcathome&lt;/project_name&gt;' . "\n" .
' &lt;project_name&gt;Einstein@Home&lt;/project_name&gt;' . "\n" .
' ...' . "\n" .
'&lt;/account&gt;' .
' </pre>' .