diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-08-28 20:11:48 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-08-28 20:11:48 +0000 |
commit | 4cf8487e8d8c149f546af283042c2d0a12042f47 (patch) | |
tree | f403a47f16222b251120a6848daac0754a00bacc /phpBB/language/en/posting.php | |
parent | e59432cbc5e181bc97ba76bfb7564edd142a9a65 (diff) | |
download | forums-4cf8487e8d8c149f546af283042c2d0a12042f47.tar forums-4cf8487e8d8c149f546af283042c2d0a12042f47.tar.gz forums-4cf8487e8d8c149f546af283042c2d0a12042f47.tar.bz2 forums-4cf8487e8d8c149f546af283042c2d0a12042f47.tar.xz forums-4cf8487e8d8c149f546af283042c2d0a12042f47.zip |
Some language changes. Don't get too excited when I submit stuff.
git-svn-id: file:///svn/phpbb/trunk@6323 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 518b3ec672..f041460da6 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -29,7 +29,7 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, array( - 'ADD_ATTACHMENT' => 'Attachment uploading', + 'ADD_ATTACHMENT' => 'Upload attachment', 'ADD_ATTACHMENT_EXPLAIN' => 'If you wish to attach one or more files enter the details below', 'ADD_FILE' => 'Add the file', 'ADD_POLL' => 'Poll creation', |