summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 20:07:44 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:14:47 -0500
commit02342d8c9fa4fe988c101427bd02096ba9ac686f (patch)
tree099de865e60cdd66ef5f0055de2ec8b6b49c8006 /src/usr/local/www/diag_dns.php
parent7b299a6e4b231ded51f18a2a3aef33bc12d6bf80 (diff)
downloadpfsense-02342d8c9fa4fe988c101427bd02096ba9ac686f.zip
pfsense-02342d8c9fa4fe988c101427bd02096ba9ac686f.tar.gz
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Diffstat (limited to 'src/usr/local/www/diag_dns.php')
-rwxr-xr-xsrc/usr/local/www/diag_dns.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index 5be89d9..e74ebba 100755
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -212,11 +212,11 @@ include("head.inc");
if ($input_errors) {
print_input_errors($input_errors);
} else if (!$resolved && $type) {
- print_info_box(sprintf(gettext('Host "%s" could not be resolved'), $host), 'warning', false);
+ print_info_box(sprintf(gettext('Host "%s" could not be resolved.'), $host), 'warning', false);
}
if ($createdalias) {
- print_info_box(gettext("Alias was created/updated successfully"), 'success', false);
+ print_info_box(gettext("Alias was created/updated successfully."), 'success', false);
}
$form = new Form('Lookup');
OpenPOWER on IntegriCloud