diff options
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 7afffcb2af..9d1f1ce2c5 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -442,6 +442,7 @@ $lang = array_merge($lang, array( 'WATCHED_FORUMS' => 'Watched Forums', 'WATCHED_TOPICS' => 'Watched Topics', 'WRONG_ACTIVATION' => 'The activation key you supplied does not match any in the database', + 'WRONG_DATA_WEBSITE' => 'The website address has to be a valid url, including the protocol. For example http://www.example.com/.', 'YOUR_DETAILS' => 'Your activity', 'YOUR_FOES' => 'Your foes', |
