summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_nanobsd.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_nanobsd.php')
-rw-r--r--src/usr/local/www/diag_nanobsd.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_nanobsd.php b/src/usr/local/www/diag_nanobsd.php
index 0183325..95b15c2 100644
--- a/src/usr/local/www/diag_nanobsd.php
+++ b/src/usr/local/www/diag_nanobsd.php
@@ -90,7 +90,7 @@ if ($_POST['bootslice']) {
sleep(4);
}
- $savemsg = sprintf(gettext("The boot slice has been set to %s"), nanobsd_get_active_slice());
+ $savemsg = sprintf(gettext("The boot slice has been set to %s."), nanobsd_get_active_slice());
$class = 'alert-success';
// Survey slice info
nanobsd_detect_slice_info();
@@ -103,7 +103,7 @@ if ($_POST['destslice'] && $_POST['duplicateslice']) {
$savemsg = gettext("The slice has been duplicated.") . "<p/>" . gettext("If you would like to boot from this newly duplicated slice please set it using the bootup information area.");
$class = 'alert-success';
} else {
- $savemsg = gettext("There was an error while duplicating the slice. Operation aborted.");
+ $savemsg = gettext("There was an error while duplicating the slice. Operation aborted.");
$class = 'alert-danger';
}
// Re-Survey slice info
@@ -134,7 +134,7 @@ if ($_POST['setrw']) {
write_config(gettext("Changed Permanent Read/Write Setting"));
conf_mount_ro();
} else {
- $savemsg = gettext('Saved r/w permanently');
+ $savemsg = gettext('Saved read/write permanently.');
$class = 'alert-success';
}
}
OpenPOWER on IntegriCloud