summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-26 22:40:05 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-26 22:40:05 +0545
commit4bb378a2dc2088a949701ec25a04ebba57e46daf (patch)
treee03b7b0c9bc4375d48d96987e23e2225ec769d51 /src/usr/local/www/services_captiveportal_hostname_edit.php
parent9a4b98287476774483df6b1bbf5a8410f86f47bc (diff)
downloadpfsense-4bb378a2dc2088a949701ec25a04ebba57e46daf.zip
pfsense-4bb378a2dc2088a949701ec25a04ebba57e46daf.tar.gz
Internationalization services_captiveportal code
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname_edit.php b/src/usr/local/www/services_captiveportal_hostname_edit.php
index 5d828d1..d36fc80 100644
--- a/src/usr/local/www/services_captiveportal_hostname_edit.php
+++ b/src/usr/local/www/services_captiveportal_hostname_edit.php
@@ -145,7 +145,7 @@ if ($_POST) {
}
if ($ipent['hostname'] == $_POST['hostname']) {
- $input_errors[] = sprintf("[%s] %s.", $_POST['hostname'], gettext("already allowed")) ;
+ $input_errors[] = sprintf(gettext("Hostname [%s] already allowed."), $_POST['hostname']) ;
break ;
}
}
OpenPOWER on IntegriCloud