summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets/system_information.widget.php
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/usr/local/www/widgets/widgets/system_information.widget.php
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/usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php4
1 files changed, 2 insertions, 2 deletions
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>"));
OpenPOWER on IntegriCloud