From 9718847b725f6241ba73c247f6fb863588bf542e Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sat, 13 Feb 2016 01:03:04 -0600 Subject: Renamed SMART to S.M.A.R.T. --- src/usr/local/www/diag_smart.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/diag_smart.php') 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(); -- cgit v1.1