summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-10 13:21:53 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-10 13:21:53 -0300
commit01b8a2ff8e42439f606d050478580188220122ae (patch)
tree73d7a5654e2fa6ebb3168af7db8028b254d43938 /usr/local/www/interfaces_assign.php
parent6c74ac2363176cf4492b2331130998fc4c140048 (diff)
downloadpfsense-01b8a2ff8e42439f606d050478580188220122ae.zip
pfsense-01b8a2ff8e42439f606d050478580188220122ae.tar.gz
Fix gettext call added wrong
Diffstat (limited to 'usr/local/www/interfaces_assign.php')
-rwxr-xr-xusr/local/www/interfaces_assign.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index aef014a..9addbfa 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -317,7 +317,7 @@ if ($_GET['act'] == "add") {
break;
}
$newifname = 'opt' . $i;
- $descr = sprintf(gettext("OPT '%s'"),$i);
+ $descr = "OPT" . $i;
$config['interfaces'][$newifname] = array();
$config['interfaces'][$newifname]['descr'] = $descr;
}
OpenPOWER on IntegriCloud