diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
| commit | 60000cec97aa54169c215df7683e76157b3bbcf7 (patch) | |
| tree | fa7017f1219b5758414b2ecf24d69a2987d49eaa /phpBB/language/en/help_faq.php | |
| parent | 49d351be1d3ac82b352767e966400fc23a5cfb4b (diff) | |
| download | forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.gz forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.bz2 forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.xz forums-60000cec97aa54169c215df7683e76157b3bbcf7.zip | |
Some fixes...
@translators: please note the split of SEND_EMAIL ;)
git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/help_faq.php')
| -rw-r--r-- | phpBB/language/en/help_faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php index e37efbba6c..a407f7f4d0 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -68,7 +68,7 @@ $help = array( ), array( 0 => 'What does the “Delete all board cookies” do?', - 1 => '“Delete all board cookies”deletes the cookies created by phpBB which keep you authenticated and logged into the board. It also provides functions such as read tracking if they have been enabled by the board owner. If you are having login or logout problems, deleting board cookies may help.', + 1 => '“Delete all board cookies” deletes the cookies created by phpBB which keep you authenticated and logged into the board. It also provides functions such as read tracking if they have been enabled by the board owner. If you are having login or logout problems, deleting board cookies may help.', ), array( 0 => '--', |
