diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-24 13:27:04 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-24 13:27:04 +0000 |
| commit | 3439d0f96e4deeecc2e681e08bf66b7c70f01930 (patch) | |
| tree | 6c8cc87fc51e079a6598cf63fadc8e8b7952e6bd /phpBB/language/en/common.php | |
| parent | 1042800c286e6d0997b3446961eb4cd3dcf9cf30 (diff) | |
| download | forums-3439d0f96e4deeecc2e681e08bf66b7c70f01930.tar forums-3439d0f96e4deeecc2e681e08bf66b7c70f01930.tar.gz forums-3439d0f96e4deeecc2e681e08bf66b7c70f01930.tar.bz2 forums-3439d0f96e4deeecc2e681e08bf66b7c70f01930.tar.xz forums-3439d0f96e4deeecc2e681e08bf66b7c70f01930.zip | |
ok, first attempt at solving some compatibility issues.
- dropping in replacement for realpath
git-svn-id: file:///svn/phpbb/trunk@6122 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 43bb278207..d2814fa47d 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -100,7 +100,7 @@ $lang = array_merge($lang, array( 'COLOUR_SWATCH' => 'Colour swatch', 'CONFIRM' => 'Confirm', 'CONFIRM_CODE' => 'Confirmation code', - 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case insensitive.', + 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case insensitive. Please note that a zero does not exist.', 'CONFIRM_CODE_WRONG' => 'The confirmation code you entered was incorrect.', 'CONGRATULATIONS' => 'Congratulations to', 'CONNECTION_FAILED' => 'Connection failed', |
