Skip to content

Instantly share code, notes, and snippets.

@marc1706
Created September 11, 2021 11:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marc1706/49bafc061fad54e7f3b80bf455f4896f to your computer and use it in GitHub Desktop.
Save marc1706/49bafc061fad54e7f3b80bf455f4896f to your computer and use it in GitHub Desktop.
Language changes 3.3.4 to 3.3.5-RC1
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php
index 302aaee570..11acfe82d3 100644
--- a/phpBB/language/en/acp/database.php
+++ b/phpBB/language/en/acp/database.php
@@ -70,7 +70,6 @@ $lang = array_merge($lang, array(
'START_RESTORE' => 'Start restore',
'STORE_AND_DOWNLOAD' => 'Store and download',
'STORE_LOCAL' => 'Store file locally',
- 'STRUCTURE_ONLY' => 'Structure only',
'TABLE_SELECT' => 'Table select',
'TABLE_SELECT_ERROR'=> 'You must select at least one table.',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment