diff --git a/src/www/firewall_aliases_edit.php b/src/www/firewall_aliases_edit.php
index d2923b35a..17168714c 100644
--- a/src/www/firewall_aliases_edit.php
+++ b/src/www/firewall_aliases_edit.php
@@ -469,7 +469,7 @@ endforeach;
=gettext("Networks")?>
- =gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6.");?>
+ =gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6.");?>
diff --git a/src/www/firewall_aliases_import.php b/src/www/firewall_aliases_import.php
index d381cec1c..9850b57c8 100644
--- a/src/www/firewall_aliases_import.php
+++ b/src/www/firewall_aliases_import.php
@@ -187,7 +187,7 @@ include("head.inc");
=gettext("Networks")?>
- =gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6.");?>
+ =gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6.");?>
diff --git a/src/www/services_router_advertisements.php b/src/www/services_router_advertisements.php
index 69806355e..1af5086aa 100644
--- a/src/www/services_router_advertisements.php
+++ b/src/www/services_router_advertisements.php
@@ -328,8 +328,8 @@ include("head.inc");
=gettext("Subnets are specified in CIDR format. " .
- "Select the CIDR mask that pertains to each entry. " .
- "/128 specifies a single IPv6 host; /64 specifies a normal IPv6 network; etc. " .
+ "Select the CIDR mask that pertains to each entry. " .
+ "/128 specifies a single IPv6 host; /64 specifies a normal IPv6 network; etc. " .
"If no subnets are specified here, the Router Advertisement (RA) Daemon will advertise to the subnet to which the router's interface is assigned.");?>
- =gettext("Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx");?>
+ =gettext("Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx");?>
diff --git a/src/www/system_advanced_admin.php b/src/www/system_advanced_admin.php
index 4d1f716da..0c8070b98 100644
--- a/src/www/system_advanced_admin.php
+++ b/src/www/system_advanced_admin.php
@@ -508,7 +508,7 @@ include("head.inc");
/>
=gettext("Enables the first serial port with 115200/8/N/1 by default, or another speed selectable below."); ?>
- =gettext("Note: This will redirect the console output and messages to the serial port. You can still access the console menu from the internal video card/keyboard. A null modem serial cable or adapter is required to use the serial console."); ?>
+ =gettext("Note: This will redirect the console output and messages to the serial port. You can still access the console menu from the internal video card/keyboard. A null modem serial cable or adapter is required to use the serial console."); ?>
=gettext("as the name says, it is the normal optimization algorithm");?>
+
=gettext("As the name says, it is the normal optimization algorithm");?>
=gettext("high-latency");?>
-
=gettext("used for high latency links, such as satellite links. Expires idle connections later than default");?>
+
=gettext("Used for high latency links, such as satellite links. Expires idle connections later than default");?>
=gettext("aggressive");?>
-
=gettext("expires idle connections quicker. More efficient use of CPU and memory but can drop legitimate idle connections");?>
+
=gettext("Expires idle connections quicker. More efficient use of CPU and memory but can drop legitimate idle connections");?>
=gettext("conservative");?>
-
=gettext("tries to avoid dropping any legitimate idle connections at the expense of increased memory usage and CPU utilization.");?>
+
=gettext("Tries to avoid dropping any legitimate idle connections at the expense of increased memory usage and CPU utilization.");?>
@@ -555,7 +555,7 @@ include("head.inc");
=gettext("start");?>
=gettext("When the number of state entries exceeds this value, adaptive scaling begins. All timeout values are scaled linearly with factor (adaptive.end - number of states) / (adaptive.end - adaptive.start).");?> =gettext("end");?>
- =gettext("When reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately. This value is used to define the scale factor, it should not actually be reached (set a lower state limit, see below).");?>
+ =gettext("When reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately. This value is used to define the scale factor, it should not actually be reached (set a lower state limit, see below).");?>
=gettext("Note: Leave this blank for the default(0).");?>
diff --git a/src/www/system_advanced_notifications.php b/src/www/system_advanced_notifications.php
index 1bedab901..ad156a534 100644
--- a/src/www/system_advanced_notifications.php
+++ b/src/www/system_advanced_notifications.php
@@ -105,12 +105,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
!empty($config['notifications']['growl']['password'])) {
@unlink('/var/db/growlnotices_lastmsg.txt');
register_via_growl();
- notify_via_growl(sprintf(gettext("This is a test message from %s. It is safe to ignore this message."), $g['product_name']), true);
+ notify_via_growl(sprintf(gettext("This is a test message from %s. It is safe to ignore this message."), $g['product_name']), true);
}
} elseif (!empty($pconfig['test_smtp']) && $pconfig['test_smtp'] == gettext("Test SMTP")) {
// Send test message via smtp
@unlink('/var/db/notices_lastmsg.txt');
- notify_via_smtp(sprintf(gettext("This is a test message from %s. It is safe to ignore this message."), $g['product_name']), true);
+ notify_via_smtp(sprintf(gettext("This is a test message from %s. It is safe to ignore this message."), $g['product_name']), true);
}
}
diff --git a/src/www/system_advanced_sysctl.php b/src/www/system_advanced_sysctl.php
index 016127db0..07c570d83 100644
--- a/src/www/system_advanced_sysctl.php
+++ b/src/www/system_advanced_sysctl.php
@@ -147,7 +147,7 @@ $( document ).ready(function() {
print_info_box($savemsg);
}
if (is_subsystem_dirty('sysctl') && ($act != "edit" )) {
- print_info_box_apply(gettext("The firewall tunables have changed. You must apply the configuration to take affect."));
+ print_info_box_apply(gettext("The firewall tunables have changed. You must apply the configuration to take affect."));
}
?>