aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-04-26 22:57:30 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-04-26 22:57:30 -0400
commit2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7 (patch)
tree1c3204b5d0b28102f53bf0e19c2e4c10ec55cbdf /phpBB/language/en/install.php
parentcd6f6d2813c4436d9ca49b6a16b531def7218c9b (diff)
parent0858a8023be7b01e308959383bc1f955dbd4bf2d (diff)
downloadforums-2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7.tar
forums-2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7.tar.gz
forums-2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7.tar.bz2
forums-2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7.tar.xz
forums-2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7.zip
Merge PR #753 branch 'Senky/ticket/10161' into develop
* Senky/ticket/10161: [ticket/10161] added fullstop to the end of sentence [ticket/10161] coding-guidelines.html updated [ticket/10161] all "e-mail" strings in language files changed to "email"
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 29664ae5f0..68623a6c25 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -240,8 +240,8 @@ $lang = array_merge($lang, array(
'INST_ERR_DB_NO_FIREBIRD_PS'=> 'The database you selected for Firebird has a page size less than 8192, it must be at least 8192.',
'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in <var>UNICODE</var> or <var>UTF8</var> encoding. Try installing with a database in <var>UNICODE</var> or <var>UTF8</var> encoding.',
'INST_ERR_DB_NO_NAME' => 'No database name specified.',
- 'INST_ERR_EMAIL_INVALID' => 'The e-mail address you entered is invalid.',
- 'INST_ERR_EMAIL_MISMATCH' => 'The e-mails you entered did not match.',
+ 'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid.',
+ 'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',
'INST_ERR_FATAL' => 'Fatal installation error',
'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to <code>CREATE TABLES</code> or <code>INSERT</code> data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
'INST_ERR_FTP_PATH' => 'Could not change to the given directory, please check the path.',