diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-01 00:41:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-01 00:41:28 +0000 |
commit | ebf8a3c06f0f47feda5d8163a995bcbb042b8455 (patch) | |
tree | 94b244f85cfe80432348dace1e1b2bd3f42a7526 /usr | |
parent | 18ff56f25607c33a02598500585e7b502755029b (diff) | |
download | pfsense-ebf8a3c06f0f47feda5d8163a995bcbb042b8455.zip pfsense-ebf8a3c06f0f47feda5d8163a995bcbb042b8455.tar.gz |
Alert the user that the upgrade will be in the background.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_firmware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index f219979..735848d 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -215,7 +215,7 @@ print_info_box($sig_warning); <tr> <td width="22%" valign="baseline" class="vncell"> </td> <td width="78%" class="vtable"> - <p> Click this button to reinstall all system packages. This may wake a while.<br> + <p> Click this button to automatically upgrade pfSense in the background. This may wake a while.<br> <br> <a href="system_firmware.php?autoupgrade=true">Invoke Auto Upgrade</a> </tr> |