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
committerStephen Beaver <sbeaver@netgate.com>2016-04-11 08:21:57 -0400
commita16d923f62dfd40a684f9c9b186dd3dbee12ceb2 (patch)
tree166426917c2bcb6833afa6cea29b0bbb31a47fd5 /src/usr/local/www/pkg.php
parentb9f7281a626242df5a6b4671294a0f8c7dc76fe7 (diff)
downloadpfsense-a16d923f62dfd40a684f9c9b186dd3dbee12ceb2.zip
pfsense-a16d923f62dfd40a684f9c9b186dd3dbee12ceb2.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