VPN Checksubnets: Buttons are now Language Strings

This commit is contained in:
Alexander Marx
2014-03-13 15:27:01 +01:00
parent 4d81e0f381
commit 03b08c08f0
2 changed files with 3 additions and 3 deletions

View File

@@ -4579,7 +4579,7 @@ END
print "$warnmessage<br>";
print "$Lang::tr{'fwdfw warn1'}<br>";
&Header::closebox();
print"<center><form method='post'><input type='submit' name='ACTION' value='ok' style='width: 5em;'></form>";
print"<center><form method='post'><input type='submit' name='ACTION' value='$Lang::tr{'ok'}' style='width: 5em;'></form>";
&Header::closepage();
exit 0;
}