Created
September 11, 2021 11:27
-
-
Save marc1706/49bafc061fad54e7f3b80bf455f4896f to your computer and use it in GitHub Desktop.
Language changes 3.3.4 to 3.3.5-RC1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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