summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-11-10 12:55:04 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2015-11-10 12:59:46 -0600
commite98cb9335e5756ab2cf4638b612b8ce43305b60f (patch)
tree16c65a1380b5542f09f6a9146254abf48c5ad342 /src/usr/local/www/wizards
parent796b7651bc3658a90c3918e2c28db8766501be4e (diff)
downloadpfsense-e98cb9335e5756ab2cf4638b612b8ce43305b60f.zip
pfsense-e98cb9335e5756ab2cf4638b612b8ce43305b60f.tar.gz
Fix a warning in setup wizard, close the gettext parenthesis.
Diffstat (limited to 'src/usr/local/www/wizards')
-rw-r--r--src/usr/local/www/wizards/setup_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizards/setup_wizard.xml b/src/usr/local/www/wizards/setup_wizard.xml
index aa2306d..199859e 100644
--- a/src/usr/local/www/wizards/setup_wizard.xml
+++ b/src/usr/local/www/wizards/setup_wizard.xml
@@ -203,7 +203,7 @@
<![CDATA[
foreach (explode(' ', $_POST['timeserverhostname']) as $ts) {
if (!is_domain($ts)) {
- $input_errors[] = gettext("NTP Time Server names may only contain the characters a-z, 0-9, '-' and '.'. Entries may be separated by spaces. Please press back in your browser window and correct.";
+ $input_errors[] = gettext("NTP Time Server names may only contain the characters a-z, 0-9, '-' and '.'. Entries may be separated by spaces. Please press back in your browser window and correct.");
print_input_errors($input_errors);
include("foot.inc");
die;
OpenPOWER on IntegriCloud