summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 17:28:10 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 17:28:10 -0300
commit39c0be7b5f387dffa7cbbb3dff3f2be46e6b504f (patch)
treec986e972fc02ffbd0e95b8ddef080bfe4bf43028 /usr
parentb7596b80fc3b93b0fc14f9ca7e91073cf41aa046 (diff)
downloadpfsense-39c0be7b5f387dffa7cbbb3dff3f2be46e6b504f.zip
pfsense-39c0be7b5f387dffa7cbbb3dff3f2be46e6b504f.tar.gz
Fixing gettext implementation
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 9ebecb7..cc8039d 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -242,7 +242,7 @@ if (isAllowedPage("system_usermanager")) {
if (!empty($_POST['name'])) {
$ca = lookup_ca($_POST['caref']);
if (!$ca)
- $input_errors[] = sprintf("Invalid internal Certificate Authority%s", "\n");
+ $input_errors[] = gettext("Invalid internal Certificate Authority") . "\n";
}
/* if this is an AJAX caller then handle via JSON */
OpenPOWER on IntegriCloud