diff options
author | Hari Sankar R <hsr@theinglorio.us> | 2012-04-18 12:13:00 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-12-02 14:51:28 +0530 |
commit | a17c1a29f8ce5781082dcf87a8bde261647062f0 (patch) | |
tree | 1f6b9d6cbce8b5a0a28addaa67fd80d964e24e5c /phpBB/language/en/help_faq.php | |
parent | dacacbbd52dc22f3344f313301cf6b4fb0f77233 (diff) | |
download | forums-a17c1a29f8ce5781082dcf87a8bde261647062f0.tar forums-a17c1a29f8ce5781082dcf87a8bde261647062f0.tar.gz forums-a17c1a29f8ce5781082dcf87a8bde261647062f0.tar.bz2 forums-a17c1a29f8ce5781082dcf87a8bde261647062f0.tar.xz forums-a17c1a29f8ce5781082dcf87a8bde261647062f0.zip |
[ticket/10771] changed value in help_faq.php
PHPBB3-10771
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 5c99f81c06..9500943b88 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -43,7 +43,7 @@ $help = array( ), array( 0 => 'Why do I get logged off automatically?', - 1 => 'If you do not check the <em>Log me in automatically</em> box when you login, the board will only keep you logged in for a preset time. This prevents misuse of your account by anyone else. To stay logged in, check the box during login. This is not recommended if you access the board from a shared computer, e.g. library, internet cafe, university computer lab, etc. If you do not see this checkbox, it means the board administrator has disabled this feature.' + 1 => 'If you do not check the <em>Remember me</em> box when you login, the board will only keep you logged in for a preset time. This prevents misuse of your account by anyone else. To stay logged in, check the box during login. This is not recommended if you access the board from a shared computer, e.g. library, internet cafe, university computer lab, etc. If you do not see this checkbox, it means the board administrator has disabled this feature.' ), array( 0 => 'How do I prevent my username appearing in the online user listings?', |