mirror of https://github.com/BOINC/boinc.git
BOINC web: fix typo
This commit is contained in:
parent
7b6479f437
commit
6932b232a0
|
@ -8,7 +8,7 @@ page_head(tra("Live help via Skype or email"));
|
|||
|
||||
echo "
|
||||
<p>
|
||||
".tra("BOINC Live Help lets get one-on-one help from an experienced BOINC user, who can answer questions about BOINC, help you install and use BOINC, and troubleshoot problems.")."
|
||||
".tra("BOINC Live Help lets you get one-on-one help from an experienced BOINC user who can answer questions about BOINC, help you install BOINC, and troubleshoot problems.")."
|
||||
</ul>
|
||||
<p>
|
||||
".tra("You can communicate with a helper")."
|
||||
|
|
|
@ -187,6 +187,7 @@ function show_software() {
|
|||
<center>
|
||||
<a class="btn btn-xs btn-primary" href="trac/wiki/DevProcess">'.tra("Development process").'</a>
|
||||
<a class="btn btn-xs btn-primary" href="trac/wiki/DevProjects">'.tra("Development tasks").'</a>
|
||||
<a class="btn btn-xs btn-primary" href="trac/wiki/AdminTasks">'.tra("Maintenance tasks").'</a>
|
||||
</center>
|
||||
<p></p>
|
||||
'.tra("BOINC is distributed under the LGPL open-source license.").'
|
||||
|
|
Loading…
Reference in New Issue