aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-19 16:40:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-19 16:40:56 +0000
commit4c44eddc907f1e17a6880fdba918d6523c2f660f (patch)
tree61f3bde2129aa9d341b7b01b0ed095b3f797e140 /phpBB/language/en/ucp.php
parent47d3e4d9b8949d98e86373de0931e928e5ae09ef (diff)
downloadforums-4c44eddc907f1e17a6880fdba918d6523c2f660f.tar
forums-4c44eddc907f1e17a6880fdba918d6523c2f660f.tar.gz
forums-4c44eddc907f1e17a6880fdba918d6523c2f660f.tar.bz2
forums-4c44eddc907f1e17a6880fdba918d6523c2f660f.tar.xz
forums-4c44eddc907f1e17a6880fdba918d6523c2f660f.zip
we included a check for getimagesize() existance... now we again can suppress notices while running this function.
git-svn-id: file:///svn/phpbb/trunk@7646 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 9658dc6ab0..65d32cab07 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -329,7 +329,7 @@ $lang = array_merge($lang, array(
'POPUP_ON_PM' => 'Pop up window on new private message',
'POST_EDIT_PM' => 'Edit message',
'POST_FORWARD_PM' => 'Forward message',
- 'POST_NEW_PM' => 'Post message',
+ 'POST_NEW_PM' => 'Compose message',
'POST_PM_LOCKED' => 'Private messaging is locked',
'POST_PM_POST' => 'Quote post',
'POST_QUOTE_PM' => 'Quote message',