summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 18:41:21 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 18:41:26 -0400
commit9b6ea44ec7dbe40cc5d6896bab43d515af3acf4d (patch)
tree892f47320dc8d2fde4c1836476118e5738a27150 /src
parent53fe857e2677116d772857e8c3d072ca3234398d (diff)
downloadpfsense-9b6ea44ec7dbe40cc5d6896bab43d515af3acf4d.zip
pfsense-9b6ea44ec7dbe40cc5d6896bab43d515af3acf4d.tar.gz
Merge pull request #2832 from NewEraCracker/lang-fixes
(cherry picked from commit c67308d9b8e36fc73cb3c4381861698aa73bee00)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_backup.php4
-rwxr-xr-xsrc/usr/local/www/diag_defaults.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php
index f446e6c..1324fc2 100644
--- a/src/usr/local/www/diag_backup.php
+++ b/src/usr/local/www/diag_backup.php
@@ -226,7 +226,7 @@ if ($_POST) {
if ($mode == "download") {
if ($_POST['encrypt']) {
if (!$_POST['encrypt_password']) {
- $input_errors[] = gettext("A password for decryption must be supplied and confirmed.");
+ $input_errors[] = gettext("A password for encryption must be supplied and confirmed.");
}
}
@@ -301,7 +301,7 @@ if ($_POST) {
if ($mode == "restore") {
if ($_POST['decrypt']) {
if (!$_POST['decrypt_password']) {
- $input_errors[] = gettext("A password for encryption must be supplied and confirmed.");
+ $input_errors[] = gettext("A password for decryption must be supplied and confirmed.");
}
}
diff --git a/src/usr/local/www/diag_defaults.php b/src/usr/local/www/diag_defaults.php
index 130045d..f59f161 100755
--- a/src/usr/local/www/diag_defaults.php
+++ b/src/usr/local/www/diag_defaults.php
@@ -90,7 +90,7 @@ include("head.inc");
<div class="panel-body">
<div class="content">
<form action="diag_defaults.php" method="post">
- <p><strong><?=sprintf(gettext('Resetting the system to factory defaults will remove all user configuration and apply the following settings:'), "&quot;")?></strong></p>
+ <p><strong><?=gettext('Resetting the system to factory defaults will remove all user configuration and apply the following settings:')?></strong></p>
<ul>
<li><?=gettext("Reset to factory defaults")?></li>
<li><?=gettext("LAN IP address will be reset to 192.168.1.1")?></li>
OpenPOWER on IntegriCloud