mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reviewing gettext()
This commit is contained in:
parent
0897ff7bd3
commit
9a1e70dfc3
@ -59,7 +59,7 @@ if ($_POST) {
|
||||
|
||||
$curcfg = $config['system']['altpkgrepo'];
|
||||
|
||||
$pgtitle = array("System","Package Settings");
|
||||
$pgtitle = array(gettext("System"),gettext("Package Settings"));
|
||||
include("head.inc");
|
||||
?>
|
||||
<script language="JavaScript">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user