summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_smart.php
diff options
context:
space:
mode:
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