Commit 0aa51ce2 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

gettext()

(cherry picked from commit 2a48e138)
parent f798d5eb
......@@ -258,7 +258,7 @@ include("head.inc");
?>
</select>
<div class="hidden" for="help_for_l2tp_subnet">
<?=gettext("Hint:");?> 24 <?=gettext("is"); ?> 255.255.255.0
<?=gettext("Hint: 24 is 255.255.255.0"); ?>
</div>
</td>
</tr>
......@@ -278,7 +278,7 @@ include("head.inc");
?>
</select>
<div class="hidden" for="help_for_n_l2tp_units">
<?=gettext("Hint:");?> <?=gettext("10 is ten L2TP clients"); ?>
<?=gettext("Hint: 10 is ten L2TP clients"); ?>
</div>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment