Removed bogus extra comma
This commit is contained in:
parent
02ac909430
commit
c5f1d4a568
|
@ -2,7 +2,7 @@
|
|||
<h2><? echo _("About") ?></h2>
|
||||
<p>
|
||||
<?php
|
||||
echo sprintf(_("%sAirtime%s %s, , the open radio software for scheduling and remote station management. %s"),
|
||||
echo sprintf(_("%sAirtime%s %s, the open radio software for scheduling and remote station management. %s"),
|
||||
"<a href='http://airtime.sourcefabric.org' target='_blank'>",
|
||||
"</a>",
|
||||
$this->airtime_version,
|
||||
|
|
Loading…
Reference in New Issue