diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-16 13:11:50 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-16 13:11:50 +0000 |
commit | 15e04808fc3a6699ac857c2252cce70090df80ba (patch) | |
tree | d841c7b1ee6c9cf1b2b6f6bd344cf2b59005abdc /phpBB/language | |
parent | 4235be4bcb07a121afd0b6a202fb7b3823dcce67 (diff) | |
download | forums-15e04808fc3a6699ac857c2252cce70090df80ba.tar forums-15e04808fc3a6699ac857c2252cce70090df80ba.tar.gz forums-15e04808fc3a6699ac857c2252cce70090df80ba.tar.bz2 forums-15e04808fc3a6699ac857c2252cce70090df80ba.tar.xz forums-15e04808fc3a6699ac857c2252cce70090df80ba.zip |
writeable -> writable merge
git-svn-id: file:///svn/phpbb/trunk@8762 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index db59100915..b6a985d9d6 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -363,7 +363,7 @@ $lang = array_merge($lang, array( 'VIEW_INACTIVE_USERS' => 'View inactive users', 'WELCOME_PHPBB' => 'Welcome to phpBB', - 'WRITEABLE_CONFIG' => 'Your config file (config.php) is currently world-writeable. We strongly encourage you to change the permissions to 640 or at least to 644 (for example: <a href="http://en.wikipedia.org/wiki/Chmod" rel="external">chmod</a> 640 config.php).', + 'WRITABLE_CONFIG' => 'Your config file (config.php) is currently world-writable. We strongly encourage you to change the permissions to 640 or at least to 644 (for example: <a href="http://en.wikipedia.org/wiki/Chmod" rel="external">chmod</a> 640 config.php).', )); // Inactive Users |