summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 073a067..6e11e6e 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -289,9 +289,9 @@ print $form;
if ($states == 0) {
if (isset($_POST['filter']) && !empty($_POST['filter'])) {
- $errmsg = gettext('No states were found that match the current filter');
+ $errmsg = gettext('No states were found that match the current filter.');
} else {
- $errmsg = gettext('No states were found');
+ $errmsg = gettext('No states were found.');
}
print_info_box($errmsg, 'warning', false);
OpenPOWER on IntegriCloud