summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_smart.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 01:03:04 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:01 -0500
commit9718847b725f6241ba73c247f6fb863588bf542e (patch)
tree273597a87d44e583f11a4c5091842c251bcaecb7 /src/usr/local/www/diag_smart.php
parent544af3fe6bef7f8ea30a9b49735103a5224b9386 (diff)
downloadpfsense-9718847b725f6241ba73c247f6fb863588bf542e.zip
pfsense-9718847b725f6241ba73c247f6fb863588bf542e.tar.gz
Renamed SMART to S.M.A.R.T.
Diffstat (limited to 'src/usr/local/www/diag_smart.php')
-rw-r--r--src/usr/local/www/diag_smart.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_smart.php b/src/usr/local/www/diag_smart.php
index 337650f..812c674 100644
--- a/src/usr/local/www/diag_smart.php
+++ b/src/usr/local/www/diag_smart.php
@@ -56,14 +56,14 @@
##|+PRIV
##|*IDENT=page-diagnostics-smart
-##|*NAME=Diagnostics: S.M.A.R.T. Monitor Tools
-##|*DESCR=Allow access to the 'Diagnostics: S.M.A.R.T. Monitor Tools' page.
+##|*NAME=Diagnostics: S.M.A.R.T. Status
+##|*DESCR=Allow access to the 'Diagnostics: S.M.A.R.T. Status' page.
##|*MATCH=diag_smart.php*
##|-PRIV
require("guiconfig.inc");
-$pgtitle = array(gettext("Diagnostics"), gettext("SMART Status"));
+$pgtitle = array(gettext("Diagnostics"), gettext("S.M.A.R.T. Status"));
$smartctl = "/usr/local/sbin/smartctl";
$smartd = "/usr/local/sbin/smartd";
$start_script = "/usr/local/etc/rc.d/smartd.sh";
@@ -327,7 +327,7 @@ switch ($action) {
$group->add(new Form_Checkbox(
'type',
null,
- 'SMART Capabilities',
+ 'S.M.A.R.T. Capabilities',
false,
'c'
))->displayAsRadio();
OpenPOWER on IntegriCloud