mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Implementing gettext()
This commit is contained in:
parent
67a7861e3b
commit
c8536f7d86
@ -245,7 +245,7 @@ if ($_POST) {
|
||||
}
|
||||
|
||||
if($pkg['title'] <> "") {
|
||||
$edit = ($only_edit ? '' : ': Edit');
|
||||
$edit = ($only_edit ? '' : sprintf(gettext(": %s"), "Edit"));
|
||||
$title = $pkg['title'] . $edit;
|
||||
}
|
||||
else
|
||||
@ -851,4 +851,4 @@ function parse_package_templates() {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user