From af3cc7d6dfa4ac266ca75118201dee3c968c080e Mon Sep 17 00:00:00 2001 From: NOYB Date: Fri, 8 Apr 2016 00:19:27 -0700 Subject: [PATCH] Miscellaneous - Remove Personalizations Remove "you" personalizations. --- src/etc/inc/dyndns.class | 2 +- src/usr/local/www/crash_reporter.php | 6 +++--- src/usr/local/www/easyrule.php | 2 +- src/usr/local/www/js/pfSenseHelpers.js | 4 ++-- src/usr/local/www/wizards/setup_wizard.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) 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);

- - + +