From 643bfab89c2778293068ba72c4e503176e11a83e Mon Sep 17 00:00:00 2001 From: NOYB Date: Wed, 20 Jan 2016 19:43:33 -0800 Subject: Use icons instead of text. Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title. --- src/usr/local/www/system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/system.php') diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php index b7033d0..d0657d7 100644 --- a/src/usr/local/www/system.php +++ b/src/usr/local/www/system.php @@ -537,7 +537,7 @@ $group->add(new Form_Checkbox( $group->add(new Form_Checkbox( 'systemlogsmanagelogpanel', null, - 'Manage Logs', + 'Manage Log', $pconfig['systemlogsmanagelogpanel'] ))->setHelp('Show the Manage Log panel in System Logs.'); -- cgit v1.1