aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_admin.php1
-rw-r--r--phpBB/language/en/lang_main.php1
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',