summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-03 10:49:19 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-03 10:49:19 -0500
commit4ebcee2400a9542663e78960f5f4305902c87a70 (patch)
tree8f8b630fd3a1caf8db4749459bb25895a4eb6a2b /src/usr/local/www/diag_confbak.php
parent4b329613ee7bb2dc85dd72035709853b83061a58 (diff)
downloadpfsense-4ebcee2400a9542663e78960f5f4305902c87a70.zip
pfsense-4ebcee2400a9542663e78960f5f4305902c87a70.tar.gz
Several more fixes for setHelp to assist with translation
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 9ef862c..b8175fb 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -158,7 +158,7 @@ $section->addInput(new Form_Input(
'Backup Count',
'number',
$config['system']['backupcount']
-))->setHelp('Maximum number of old configurations to keep in the cache, 0 for no backups, or leave blank for the default value (' . $g['default_config_backup_count'] . ' for the current platform).');
+))->setHelp('Maximum number of old configurations to keep in the cache, 0 for no backups, or leave blank for the default value (%s for the current platform).', $g['default_config_backup_count']);
$space = exec("/usr/bin/du -sh /conf/backup | /usr/bin/awk '{print $1;}'");
OpenPOWER on IntegriCloud