summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-19 16:36:18 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-19 16:36:18 -0500
commit5c5610e9c83dc6d8ba5f9a784ac9fc5b3c7f97c4 (patch)
treea44a07550f4877c305335e497d4d485915e7603f /usr/local/www/installer
parentb98e3a72bd9c3875f66c1583ac9682ad1bf83591 (diff)
downloadpfsense-5c5610e9c83dc6d8ba5f9a784ac9fc5b3c7f97c4.zip
pfsense-5c5610e9c83dc6d8ba5f9a784ac9fc5b3c7f97c4.tar.gz
Reword to not confuse
Diffstat (limited to 'usr/local/www/installer')
-rw-r--r--usr/local/www/installer/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 166d28e..c6fd504 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -867,7 +867,7 @@ EOF;
if(file_exists("/tmp/webInstaller_disk_layout.txt")) {
$disks_restored = unserialize(file_get_contents("/tmp/webInstaller_disk_layout.txt"));
$restored_layout_from_file = true;
- $restored_layout_txt = "<br/>* The previous disk layout was restored from disk";
+ $restored_layout_txt = "<br/>* The previous disk layout was restored from a previous session";
}
// If we restored disk layout(s) from a file then build the rows
OpenPOWER on IntegriCloud