Commit 1bf003c0 authored by Ad Schellevis's avatar Ad Schellevis

Merge pull request #591 from fabianfrz/translation

translation fix
parents 6a091ece 5db00a7f
...@@ -47,7 +47,7 @@ include("head.inc"); ...@@ -47,7 +47,7 @@ include("head.inc");
<?php <?php
else: ?> else: ?>
<form method="post"> <form method="post">
<p><strong> <?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?></strong></p> <p><strong> <?=gettext('If you click "Yes", the firewall will:')?></strong></p>
<ul> <ul>
<li><?=gettext("Reset to factory defaults");?></li> <li><?=gettext("Reset to factory defaults");?></li>
<li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li> <li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li>
......
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