diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-13 22:36:01 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-13 22:36:01 +0000 |
commit | 31d0f9328c1506d2d2e46f788ea74940850bdfa4 (patch) | |
tree | 996f050c57acc1654f3ae5c32ef6f4e5d068f3fd | |
parent | 834cc6a5fe792b1442ab371a671abca7eb25716c (diff) | |
download | forums-31d0f9328c1506d2d2e46f788ea74940850bdfa4.tar forums-31d0f9328c1506d2d2e46f788ea74940850bdfa4.tar.gz forums-31d0f9328c1506d2d2e46f788ea74940850bdfa4.tar.bz2 forums-31d0f9328c1506d2d2e46f788ea74940850bdfa4.tar.xz forums-31d0f9328c1506d2d2e46f788ea74940850bdfa4.zip |
#6218
git-svn-id: file:///svn/phpbb/trunk@6760 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 1951942e59..39903fc14b 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -172,7 +172,7 @@ $help = array( ), array( 0 => 'What are Smilies?', - 1 => 'Smilies, or Emoticons are small graphical images which can be used to express some feeling using a short code, e.g. :) means happy, :( means sad. The full list of emoticons can be seen via the posting form. Try not to overuse smileys though, they can quickly render a post unreadable and a moderator may decide to edit them out or remove the post altogether.' + 1 => 'Smilies, or Emoticons are small graphical images which can be used to express some feeling using a short code, e.g. :) means happy, :( means sad. The full list of emoticons can be seen via the posting form. Try not to overuse smileys though, they can quickly render a post unreadable and a moderator may decide to edit them out or remove the post altogether. The board administrator may also have set a limit to the number of such smilies you may use within a post.' ), array( 0 => 'Can I post images?', |