summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:53:04 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:53:09 -0400
commit0d55c04e3ea7be760afb88ddaff5b7637c62c6ba (patch)
tree434df9fecc0091547399941ea251ab20251d634c /src
parent4a22d33f987e683825d1df1654d8b5eaf8cff4b2 (diff)
downloadpfsense-0d55c04e3ea7be760afb88ddaff5b7637c62c6ba.zip
pfsense-0d55c04e3ea7be760afb88ddaff5b7637c62c6ba.tar.gz
Merge pull request #2828 from phil-davis/widget-personalizations
(cherry picked from commit e18fb7e8bbf8c26639d0598fa04320c5608ce660)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/installed_packages.widget.php2
-rw-r--r--src/usr/local/www/widgets/widgets/ipsec.widget.php2
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php4
-rw-r--r--src/usr/local/www/widgets/widgets/thermal_sensors.widget.php2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/widgets/widgets/installed_packages.widget.php b/src/usr/local/www/widgets/widgets/installed_packages.widget.php
index 2fa5d6f..ba291f8 100644
--- a/src/usr/local/www/widgets/widgets/installed_packages.widget.php
+++ b/src/usr/local/www/widgets/widgets/installed_packages.widget.php
@@ -73,7 +73,7 @@ if ($_REQUEST && $_REQUEST['ajax']) {
});
if (empty($installed_packages)) {
- print_info_box(gettext("No packages installed.") . " " . gettext('You can install packages <a href="pkg_mgr.php" class="alert-link">here</a>.'), 'warning', false);
+ print_info_box(gettext("No packages installed.") . " " . gettext('Packages can be installed <a href="pkg_mgr.php" class="alert-link">here</a>.'), 'warning', false);
exit;
}
diff --git a/src/usr/local/www/widgets/widgets/ipsec.widget.php b/src/usr/local/www/widgets/widgets/ipsec.widget.php
index 42f9258..0fcdc75 100644
--- a/src/usr/local/www/widgets/widgets/ipsec.widget.php
+++ b/src/usr/local/www/widgets/widgets/ipsec.widget.php
@@ -261,7 +261,7 @@ if (isset($config['ipsec']['phase2'])): ?>
<?php else: ?>
<div>
<h5 style="padding-left:10px;"><?=gettext("There are no configured IPsec Tunnels")?></h5>
- <p style="padding-left:10px;"><?=gettext('You can configure your IPsec <a href="vpn_ipsec.php">here</a>.')?></p>
+ <p style="padding-left:10px;"><?=gettext('IPsec can be configured <a href="vpn_ipsec.php">here</a>.')?></p>
</div>
<?php endif;
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index a033a58..b1cb040 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -91,10 +91,10 @@ if ($_REQUEST['getupdatestatus']) {
<?php
break;
case '=':
- print(gettext("You are on the latest version."));
+ print(gettext("The system is on the latest version."));
break;
case '>':
- print(gettext("You are on a later version than<br />the official release."));
+ print(gettext("The system is on a later version than<br />the official release."));
break;
default:
print(gettext( "<i>Error comparing installed version<br />with latest available</i>"));
diff --git a/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php b/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php
index 587fcac..e6c4d0b 100644
--- a/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php
+++ b/src/usr/local/www/widgets/widgets/thermal_sensors.widget.php
@@ -276,7 +276,7 @@ function getBoolValueFromConfig(&$configArray, $valueKey, $defaultValue) {
</tr>
<tr>
<td class="text-left" colspan="3">
- <span><?=gettext('* You can configure a proper Thermal Sensor / Module under')?> <br />
+ <span><?=gettext('* A proper Thermal Sensor / Module can be configured under')?> <br />
&nbsp;&nbsp;&nbsp;<a href="system_advanced_misc.php"><?=gettext('System')?> &gt; <?=gettext('Advanced')?> &gt; <?=gettext('Miscellaneous')?> : <?=gettext('Thermal Sensors')?> <?=gettext('section')?></a>.</span>
</td>
</tr>
OpenPOWER on IntegriCloud