diff --git a/src/etc/inc/upgrade_config.inc b/src/etc/inc/upgrade_config.inc
index 08c6540df..7bf5c85a3 100644
--- a/src/etc/inc/upgrade_config.inc
+++ b/src/etc/inc/upgrade_config.inc
@@ -737,7 +737,7 @@ function upgrade_040_to_041() {
$config['sysctl']['item'][15]['value'] = "default";
$config['sysctl']['item'][16]['tunable'] = "net.inet.tcp.inflight.enable";
- $config['sysctl']['item'][16]['descr'] = gettext("The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. ");
+ $config['sysctl']['item'][16]['descr'] = gettext("The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput.");
$config['sysctl']['item'][16]['value'] = "default";
$config['sysctl']['item'][17]['tunable'] = "net.inet.icmp.icmplim";
@@ -749,15 +749,15 @@ function upgrade_040_to_041() {
$config['sysctl']['item'][18]['value'] = "default";
$config['sysctl']['item'][19]['tunable'] = "net.inet.ip.portrange.first";
- $config['sysctl']['item'][19]['descr'] = "Set the ephemeral port range starting port";
+ $config['sysctl']['item'][19]['descr'] = gettext("Set the ephemeral port range starting port");
$config['sysctl']['item'][19]['value'] = "default";
$config['sysctl']['item'][20]['tunable'] = "hw.syscons.kbd_reboot";
- $config['sysctl']['item'][20]['descr'] = "Enables ctrl+alt+delete";
+ $config['sysctl']['item'][20]['descr'] = gettext("Enables ctrl+alt+delete");
$config['sysctl']['item'][20]['value'] = "default";
$config['sysctl']['item'][21]['tunable'] = "kern.ipc.maxsockbuf";
- $config['sysctl']['item'][21]['descr'] = "Maximum socket buffer size";
+ $config['sysctl']['item'][21]['descr'] = gettext("Maximum socket buffer size");
$config['sysctl']['item'][21]['value'] = "default";
}
diff --git a/src/www/firewall_nat_1to1.php b/src/www/firewall_nat_1to1.php
index ee64ecbef..247de66a6 100644
--- a/src/www/firewall_nat_1to1.php
+++ b/src/www/firewall_nat_1to1.php
@@ -267,7 +267,7 @@ $main_buttons = array(
" class="act_move btn btn-default btn-xs">
- ">
+ ">
" data-toggle="tooltip" class="act_delete btn btn-default btn-xs">
diff --git a/src/www/interfaces_gif_edit.php b/src/www/interfaces_gif_edit.php
index cfc0628f5..256bf85ef 100644
--- a/src/www/interfaces_gif_edit.php
+++ b/src/www/interfaces_gif_edit.php
@@ -246,11 +246,11 @@ include("head.inc");
-
@@ -259,8 +259,7 @@ include("head.inc");
=gettext("Route caching "); ?>
+ =gettext("Route caching"); ?>
/>
|
/>
- =gettext("Specify which encapsulation method the tunnel should use. ");?>
+ =gettext("Specify which encapsulation method the tunnel should use.");?>
|
/>
- =gettext("For correct operation, the GRE device needs a route to the destination".
- " that is less specific than the one over the tunnel. (Basically, there".
- " needs to be a route to the decapsulating host that does not run over the".
- " tunnel, as this would be a loop.");?>
+ =gettext("For correct operation, the GRE device needs a route to the destination ".
+ "that is less specific than the one over the tunnel. (Basically, there ".
+ "needs to be a route to the decapsulating host that does not run over the ".
+ "tunnel, as this would be a loop.");?>
|
@@ -257,8 +257,7 @@ include("head.inc");
- =gettext("You may enter a description here " .
- "for your reference (not parsed)."); ?>
+ =gettext("You may enter a description here for your reference (not parsed)."); ?>
|
diff --git a/src/www/services_dhcp.php b/src/www/services_dhcp.php
index cfe573d34..c7fb321d6 100644
--- a/src/www/services_dhcp.php
+++ b/src/www/services_dhcp.php
@@ -952,10 +952,10 @@ include("head.inc");
" /> - =gettext("Show MAC Address Control");?>