diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-11-01 21:35:41 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-11-01 21:35:41 +0000 |
| commit | 97978b69f17bb8dc19bbc59922a8ba165d976e5c (patch) | |
| tree | 438dc27daa1fe4fb48b18c0948ea00a82a5e3c77 /phpBB/language | |
| parent | ac0c0f5247dd5b363bef4f6e26178dff933c1dd2 (diff) | |
| download | forums-97978b69f17bb8dc19bbc59922a8ba165d976e5c.tar forums-97978b69f17bb8dc19bbc59922a8ba165d976e5c.tar.gz forums-97978b69f17bb8dc19bbc59922a8ba165d976e5c.tar.bz2 forums-97978b69f17bb8dc19bbc59922a8ba165d976e5c.tar.xz forums-97978b69f17bb8dc19bbc59922a8ba165d976e5c.zip | |
Some bugfixes, quick-(un)locking now works.
git-svn-id: file:///svn/phpbb/trunk@3005 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 1 | ||||
| -rw-r--r-- | phpBB/language/en/lang_main.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index c16abe3047..aab587d319 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -409,7 +409,6 @@ $lang = array_merge($lang, array( 'Remove' => 'Remove', 'Config_updated' => 'Forum configuration updated successfully', 'Edit' => 'Edit', - 'Delete' => 'Delete', 'Move_up' => 'Move up', 'Move_down' => 'Move down', 'Resync' => 'Resync', diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 1194deb2bb..1559b468e1 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -63,6 +63,7 @@ $lang = array_merge($lang, array( 'Cancel' => 'Cancel', 'Preview' => 'Preview', 'Confirm' => 'Confirm', + 'Delete' => 'Delete', 'Spellcheck' => 'Spellcheck', 'Yes' => 'Yes', 'No' => 'No', |
