Revision 01b8a2ff
Added by Renato Botelho almost 15 years ago
usr/local/www/interfaces_assign.php | ||
---|---|---|
317 | 317 |
break; |
318 | 318 |
} |
319 | 319 |
$newifname = 'opt' . $i; |
320 |
$descr = sprintf(gettext("OPT '%s'"),$i);
|
|
320 |
$descr = "OPT" . $i;
|
|
321 | 321 |
$config['interfaces'][$newifname] = array(); |
322 | 322 |
$config['interfaces'][$newifname]['descr'] = $descr; |
323 | 323 |
} |
Also available in: Unified diff
Fix gettext call added wrong