diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-08-20 15:48:00 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-08-20 15:48:00 +0000 |
| commit | 56d517d1be7b85b9a69ad75f4fe7b8278c490248 (patch) | |
| tree | 24a4c48826886780a3a1c05dfc1f2fa04cc0e961 /phpBB/language | |
| parent | 80162a8145d1d3c5a75a7651bb1efe2daee5245f (diff) | |
| download | forums-56d517d1be7b85b9a69ad75f4fe7b8278c490248.tar forums-56d517d1be7b85b9a69ad75f4fe7b8278c490248.tar.gz forums-56d517d1be7b85b9a69ad75f4fe7b8278c490248.tar.bz2 forums-56d517d1be7b85b9a69ad75f4fe7b8278c490248.tar.xz forums-56d517d1be7b85b9a69ad75f4fe7b8278c490248.zip | |
Duplicated entry in the sort options
+ misc template issues
git-svn-id: file:///svn/phpbb/trunk@6306 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 679857fabd..39a3831e9a 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -118,6 +118,7 @@ $lang = array_merge($lang, array( 'CANNOT_MOVE_TO_SAME_FOLDER'=> 'Messages can not be moved to the folder you want to remove.', 'CANNOT_RENAME_FOLDER' => 'This folder can not be renamed.', 'CANNOT_REMOVE_FOLDER' => 'This folder can not be removed.', + 'CHANGE_DEFAULT_GROUP' => 'Change default group', 'CHANGE_PASSWORD' => 'Change password', 'CHANGE_PASSWORD_EXPLAIN' => 'Must be between %1$d and %2$d characters.', 'CLICK_RETURN_FOLDER' => '%1$sReturn to your "%3$s" folder%2$s', |
