summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index b3389b3..fe8a262 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -284,7 +284,7 @@ if ($_POST) {
if($_POST['restorearea']) {
/* restore a specific area of the configuration */
if(!stristr($data, $_POST['restorearea'])) {
- $input_errors[] = "You have selected to restore a area but we could not locate the correct xml tag.";
+ $input_errors[] = "You have selected to restore an area but we could not locate the correct xml tag.";
} else {
restore_config_section($_POST['restorearea'], $data);
filter_configure();
OpenPOWER on IntegriCloud