diff --git a/src/etc/inc/dyndns.class b/src/etc/inc/dyndns.class
index 1454fa0169..bcc53b6ddc 100644
--- a/src/etc/inc/dyndns.class
+++ b/src/etc/inc/dyndns.class
@@ -1048,7 +1048,7 @@
} else if (preg_match('/403/i', $data)) {
$status = $status_intro . $error_str . gettext("Database Error - There was a server-sided database error.");
} else if (preg_match('/405/i', $data)) {
- $status = $status_intro . $error_str . sprintf(gettext("Hostname Error - The hostname (%s) doesn't belong to you."), $this->_dnsHost);
+ $status = $status_intro . $error_str . sprintf(gettext("Hostname Error - The hostname (%s) doesn't belong to user (%s)."), $this->_dnsHost, $this->_dnsUser);
} else if (preg_match('/200/i', $data)) {
$status = $status_intro . $success_str . gettext("IP Address Updated Successfully!");
$successful_update = true;
diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php
index 9f88955e60..3542d960bf 100644
--- a/src/usr/local/www/crash_reporter.php
+++ b/src/usr/local/www/crash_reporter.php
@@ -154,8 +154,8 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
- =gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?")?>
- =gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.")?>
+ =gettext("The programming debug logs can be submitted to the pfSense developers for inspection.")?>
+ =gettext("Please double check the contents to ensure this information is acceptable to disclose before submitting.")?>
diff --git a/src/usr/local/www/easyrule.php b/src/usr/local/www/easyrule.php
index ceca6f7637..8c04a062a4 100644
--- a/src/usr/local/www/easyrule.php
+++ b/src/usr/local/www/easyrule.php
@@ -106,7 +106,7 @@ if ($message) {
} else {
print_info_box(
gettext('This is the Easy Rule status page, mainly used to display errors when adding rules.') . ' ' .
- gettext('If you are seeing this, there apparently was not an error, and you navigated to the page directly without telling it what to do.') .
+ gettext('There apparently was not an error, and this page was navigated to directly without any instructions for what it should do.') .
'
' .
gettext('This page is meant to be called from the block/pass buttons on the Firewall Logs page') .
',
' . gettext("Status") . ' > ' . gettext('System Logs') . ', ' . gettext('Firewall Tab') . '.
');
diff --git a/src/usr/local/www/js/pfSenseHelpers.js b/src/usr/local/www/js/pfSenseHelpers.js
index 9e90e5dabe..150dc8b11e 100644
--- a/src/usr/local/www/js/pfSenseHelpers.js
+++ b/src/usr/local/www/js/pfSenseHelpers.js
@@ -370,7 +370,7 @@ function add_row() {
delete_row(event.target.id);
}
else
- alert('You may not delete the last row!');
+ alert('The last row may not be deleted.');
});
}
@@ -392,7 +392,7 @@ $('[id^=delete]').click(function(event) {
delete_row(event.target.id);
}
else
- alert('You may not delete the last row!');
+ alert('The last row may not be deleted.');
});
// "More information" handlers --------------------------------------------------------------------
diff --git a/src/usr/local/www/wizards/setup_wizard.xml b/src/usr/local/www/wizards/setup_wizard.xml
index b8f50179e2..5abcab5139 100644
--- a/src/usr/local/www/wizards/setup_wizard.xml
+++ b/src/usr/local/www/wizards/setup_wizard.xml
@@ -57,7 +57,7 @@
1
pfSense Setup
true
-
This wizard will guide you through the initial configuration of pfSense.<br/><br/> The wizard may be stopped at any time by clicking the logo image at the top of the screen.
+
This wizard will provide guidance through the initial configuration of pfSense.<br/><br/> The wizard may be stopped at any time by clicking the logo image at the top of the screen.
Next