mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Fix hardcoded strings in pppsetup.cgi
Some strings for PPTP were hardcoded instead of using i18n features. Signed-off-by: Lars Schuhmacher <larsen007@web.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
bd767b27c8
commit
5b93b50c6d
@@ -793,15 +793,15 @@ print <<END
|
||||
<td colspan='4' width='100%' bgcolor='$color{'color20'}'><b>$Lang::tr{'pptp settings'}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='25%'>Peer</td>
|
||||
<td width='25%'>$Lang::tr{'pptp peer'}:</td>
|
||||
<td colspan='3'><input size=50 type='text' name='PPTP_PEER' value='$pppsettings{'PPTP_PEER'}' /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='25%'>My Netconfig</td>
|
||||
<td width='25%'>$Lang::tr{'pptp netconfig'}:</td>
|
||||
<td colspan='3'><input size=50 type='text' name='PPTP_NICCFG' value='$pppsettings{'PPTP_NICCFG'}' /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='25%'>PPTP Route <img src='/blob.gif' alt='*' /></td>
|
||||
<td width='25%'>$Lang::tr{'pptp route'}: <img src='/blob.gif' alt='*' /></td>
|
||||
<td colspan='3'><input size=50 type='text' name='PPTP_ROUTE' value='$pppsettings{'PPTP_ROUTE'}' /></td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user