From cf2e697d464a8d706e7359cb719c8052ce0be8ce Mon Sep 17 00:00:00 2001 From: stilez Date: Tue, 24 May 2016 10:01:07 +0100 Subject: Give settings section a more helpful/standard title to match other GUI settings tabs (cherry picked from commit ca55edc39342865816feef390616be8b770c889b) --- src/usr/local/www/diag_confbak.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php index 43aae0a..147238f 100644 --- a/src/usr/local/www/diag_confbak.php +++ b/src/usr/local/www/diag_confbak.php @@ -186,14 +186,14 @@ if ($diff) { $form = new Form(false); -$section = new Form_Section('Saved Configurations', 'savedconfig', COLLAPSIBLE|SEC_CLOSED); +$section = new Form_Section('Configuration Backup Cache Settings', 'configsettings', COLLAPSIBLE|SEC_CLOSED); $section->addInput(new Form_Input( 'backupcount', 'Backup Count', 'number', $config['system']['backupcount'] -))->setHelp('Maximum number of old configurations to keep. By default this is 30 for a full install or 5 on NanoBSD. '); +))->setHelp('Maximum number of old configurations to keep in the cache. By default this is 30 for a full install or 5 on NanoBSD. '); $space = exec("/usr/bin/du -sh /conf/backup | /usr/bin/awk '{print $1;}'"); -- cgit v1.1