summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-08 00:19:27 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-08 00:19:27 -0700
commitaf3cc7d6dfa4ac266ca75118201dee3c968c080e (patch)
tree925faea872bb3017f0ae11a646bdb667845688f6 /src/usr/local/www
parent9ef446c74fce2b057e7030b6f1db91aa901ddde0 (diff)
downloadpfsense-af3cc7d6dfa4ac266ca75118201dee3c968c080e.zip
pfsense-af3cc7d6dfa4ac266ca75118201dee3c968c080e.tar.gz
Miscellaneous - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/crash_reporter.php6
-rw-r--r--src/usr/local/www/easyrule.php2
-rw-r--r--src/usr/local/www/js/pfSenseHelpers.js4
-rw-r--r--src/usr/local/www/wizards/setup_wizard.xml2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php
index 9f88955..3542d96 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);
<div class="panel-body">
<div class="content">
<p>
- <?=gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?")?>
- <i><?=gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.")?></i>
+ <?=gettext("The programming debug logs can be submitted to the pfSense developers for inspection.")?>
+ <i><?=gettext("Please double check the contents to ensure this information is acceptable to disclose before submitting.")?></i>
</p>
<textarea readonly style="width: 100%; height: 350px;">
<?=$crash_reports?>
@@ -168,7 +168,7 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
</button>
<button class="btn btn-warning" name="Submit" type="submit" value="No">
<i class="fa fa-undo"></i>
- <?=gettext("No")?> - <?=gettext("Just delete the crash report and take me back to the Dashboard")?>
+ <?=gettext("No")?> - <?=gettext("Just delete the crash report and return to the Dashboard")?>
</button>
</form>
</div>
diff --git a/src/usr/local/www/easyrule.php b/src/usr/local/www/easyrule.php
index ceca6f7..8c04a06 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.') .
'<br /><br />' .
gettext('This page is meant to be called from the block/pass buttons on the Firewall Logs page') .
', <a href="status_logs_filter.php">' . gettext("Status") . ' &gt; ' . gettext('System Logs') . ', ' . gettext('Firewall Tab') . '</a>.<br />');
diff --git a/src/usr/local/www/js/pfSenseHelpers.js b/src/usr/local/www/js/pfSenseHelpers.js
index 9e90e5d..150dc8b 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 b8f5017..5abcab5 100644
--- a/src/usr/local/www/wizards/setup_wizard.xml
+++ b/src/usr/local/www/wizards/setup_wizard.xml
@@ -57,7 +57,7 @@
<id>1</id>
<title>pfSense Setup</title>
<disableheader>true</disableheader>
- <description>This wizard will guide you through the initial configuration of pfSense.&lt;br/&gt;&lt;br/&gt; The wizard may be stopped at any time by clicking the logo image at the top of the screen.</description>
+ <description>This wizard will provide guidance through the initial configuration of pfSense.&lt;br/&gt;&lt;br/&gt; The wizard may be stopped at any time by clicking the logo image at the top of the screen.</description>
<fields>
<field>
<name>Next</name>
OpenPOWER on IntegriCloud