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
6ae5a0923a
commit
e6ffcfbd7b
@ -245,7 +245,7 @@ if ($_POST) {
|
||||
}
|
||||
|
||||
if($pkg['title'] <> "") {
|
||||
$edit = ($only_edit ? '' : sprintf(gettext(": %s"), "Edit"));
|
||||
$edit = ($only_edit ? '' : ": " . gettext(": Edit"));
|
||||
$title = $pkg['title'] . $edit;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user