mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Checked gettext() implementation on firewall_shaper_layer7.php
This commit is contained in:
parent
157a691967
commit
6a87dc9cc8
@ -62,7 +62,7 @@ $statusurl = "status_queues.php";
|
||||
$output_form = "";
|
||||
|
||||
$default_layer7shaper_msg = "<tr><td colspan=\"4\">";
|
||||
$default_layer7shaper_msg .= "<p><span class=\"vexpl\"><span class=\"red\"><strong>Note:<br>";
|
||||
$default_layer7shaper_msg .= sprintf("<p><span class=\"vexpl\"><span class=\"red\"><strong>%s:<br>", gettext("Note"));
|
||||
$default_layer7shaper_msg .= "</strong></span>" . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " <a href=\"diag_patterns.php\">" . gettext("here") . ".</a><br>";
|
||||
$default_layer7shaper_msg .= "</td></tr>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user