Corrected English

This commit is contained in:
Tony Corbett G0WFV 2016-05-05 20:21:55 +01:00
parent 5be21a6df2
commit ed5b857e45
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ $lastHeard = getLastHeard($logLines);
<!-- Standard-Panel-Inhalt -->
<div class="panel-heading">Last Heard List</div>
<div class="panel-body">
<p>In the following table you find the last maximum <?php echo LHLINES; ?> heard callsigns on this repeater of the current day</p>
<p>In the following table you will find a maximum of the last <?php echo LHLINES; ?> callsigns heard on this repeater for the current day</p>
</div>
<!-- Tabelle -->
@ -44,4 +44,4 @@ for ($i = 0; ($i < LHLINES) AND ($i < count($lastHeard)); $i++) {
?>
</table>
</div>
</div>

View file

@ -2,7 +2,7 @@
<!-- Standard-Panel-Inhalt -->
<div class="panel-heading">Repeater Info</div>
<div class="panel-body">
<p>Some Infos about link-states</p>
<p>Some info about link states</p>
</div>
<!-- Tabelle -->
@ -22,4 +22,4 @@
echo"</tr>\n";
?>
</table>
</div>
</div>

View file

@ -94,7 +94,7 @@
<!-- Standard-Panel-Inhalt -->
<div class="panel-heading">System Info</div>
<div class="panel-body">
<p>In the following table you find some important system information</p>
<p>In the following table you will find some important system information</p>
</div>
<!-- Tabelle -->
@ -135,4 +135,4 @@
</tr>
</tbody>
</table>
</div>
</div>