diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-28 14:11:18 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-28 14:11:18 +0000 |
| commit | 2c7ef5f5c0f3bf60a003acbf6c0ae91230193412 (patch) | |
| tree | 5e8d7eccede5e2da21ef867e2fd25f5d1f664cd1 /phpBB/language/en/ucp.php | |
| parent | 7c01f242b350982a6d4a0d08f8a2b81a4d45f450 (diff) | |
| download | forums-2c7ef5f5c0f3bf60a003acbf6c0ae91230193412.tar forums-2c7ef5f5c0f3bf60a003acbf6c0ae91230193412.tar.gz forums-2c7ef5f5c0f3bf60a003acbf6c0ae91230193412.tar.bz2 forums-2c7ef5f5c0f3bf60a003acbf6c0ae91230193412.tar.xz forums-2c7ef5f5c0f3bf60a003acbf6c0ae91230193412.zip | |
timezone box + shortening pm options variable as well as max login attempts fix.
git-svn-id: file:///svn/phpbb/trunk@7419 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 9834210feb..0718e744c5 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -411,7 +411,7 @@ $lang = array_merge($lang, array( 'UCP_PM' => 'Private messages', 'UCP_PM_COMPOSE' => 'Compose message', 'UCP_PM_DRAFTS' => 'Manage PM drafts', - 'UCP_PM_OPTIONS' => 'Filtering, categorisation & delivery options', + 'UCP_PM_OPTIONS' => 'Rules, folder & settings', 'UCP_PM_POPUP' => 'Private messages', 'UCP_PM_POPUP_TITLE' => 'Private message popup', 'UCP_PM_UNREAD' => 'Unread messages', |
