summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-09 00:47:53 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-09 00:47:53 -0700
commit34ee66390773f9dd042ca013d028168dc263564e (patch)
treedf10c96f5b4f08f2cf7492562b9a45ff5443e0e8 /src/usr/local/www/pkg.php
parentfb72cec32af8b84b1158cbab2e9a0e00871f974f (diff)
downloadpfsense-34ee66390773f9dd042ca013d028168dc263564e.zip
pfsense-34ee66390773f9dd042ca013d028168dc263564e.tar.gz
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/pkg.php')
-rwxr-xr-xsrc/usr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg.php b/src/usr/local/www/pkg.php
index dba62f0..2a34885 100755
--- a/src/usr/local/www/pkg.php
+++ b/src/usr/local/www/pkg.php
@@ -292,7 +292,7 @@ events.push(function() {
function save_changes_to_xml(xml) {
var ids = $('#mainarea table tbody').sortable('serialize', {key:"ids[]"});
var strloading="<?=gettext('Saving changes...')?>";
- if (confirm("<?=gettext("Do you really want to save changes?")?>")) {
+ if (confirm("<?=gettext("Confirmation Required to save changes.")?>")) {
$.ajax({
type: 'get',
cache: false,
OpenPOWER on IntegriCloud