Commit 1be3ebb3 authored by Franco Fichtner's avatar Franco Fichtner

interfaces: fix crash report of gettext()

parent cc1c8eb2
<?php <?php
/* /*
Copyright (C) 2014-2015 Deciso B.V. Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2008 Ermal Luçi Copyright (C) 2008 Ermal Luçi
...@@ -152,14 +153,15 @@ $main_buttons = array( ...@@ -152,14 +153,15 @@ $main_buttons = array(
</strong></span> </strong></span>
<?=gettext("GIF tunnels are configured here."); ?> <?=gettext("GIF tunnels are configured here."); ?>
<br /><br /> <br /><br />
<?=sprintf(gettext( <?=sprintf(
gettext(
'If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker ' . 'If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker ' .
'on a WAN with a dynamic IP, you may want to add a %sHE.net Tunnelbroker dynamic DNS entry%s ' . 'on a WAN with a dynamic IP, you may want to add a %sHE.net Tunnelbroker dynamic DNS entry%s ' .
'to keep your tunnel functional when your IP changes.', 'to keep your tunnel functional when your IP changes.'
'<a href="services_dyndns.php">', ),
'</a>' '<a href="services_dyndns.php">',
)); '</a>'
?></p> ); ?></p>
</div> </div>
</form> </form>
......
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