From 9a0ca3d334396940cc32ed153ccdfef76ece8d9e Mon Sep 17 00:00:00 2001 From: David M Date: Wed, 18 Oct 2006 23:58:31 +0000 Subject: - typo in functions.php - #4826 git-svn-id: file:///svn/phpbb/trunk@6510 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/profile.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index c0df2ae11e..dd26ea5370 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -92,6 +92,7 @@ $lang = array_merge($lang, array( 'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only Administrators and Moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in user profiles.', 'INVALID_CHARS_FIELD_IDENT' => 'Field identification can only contain lowercase a-z and _', + 'INVALID_FIELD_IDENT_LEN' => 'Field identification can only be 17 characters long', 'ISO_LANGUAGE' => 'Language [%s]', 'LANG_SPECIFIC_OPTIONS' => 'Language specific options [%s]', -- cgit v1.2.1