diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-08-24 12:09:29 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-08-24 12:09:29 +0000 |
commit | b334886c004b7fb27e4a8fd98797e33e50e6df94 (patch) | |
tree | b289d9fdc8bddf9c0c1301a2fdfc75e9f88e60c5 /usr/local/www | |
parent | da17d77e63068481522ad42cca8a020ca31ef639 (diff) | |
download | pfsense-b334886c004b7fb27e4a8fd98797e33e50e6df94.zip pfsense-b334886c004b7fb27e4a8fd98797e33e50e6df94.tar.gz |
Clear a bit the apply message and name the apply button 'Reboot firewall' to make clear what it does.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/diag_backup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 1660195..837b01a 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -404,7 +404,7 @@ function decrypt_change() { <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (is_subsystem_dirty('restore')): ?><p> -<?php print_info_box_np("The firewall configuration has been changed.<br>You must click the apply button to restart the firewall in order for it to take effect.");?><br> +<?php print_info_box_np("The firewall configuration has been changed.<br>You must apply the new config by restarting the firewall in order for changes to take effect.", "apply", "Reboot firewall");?><br> <?php endif; ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> |