aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-03-31 11:02:37 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-03-31 11:02:37 +0200
commitb707bdc4f15eccd7edbe04f7940c6f6df90cd5e8 (patch)
tree18bf1de7db78311bbcf3e02a43e7904ff158a063
parent0af07d14258627449b0e9fd673ef5e437c39b88b (diff)
downloadforums-b707bdc4f15eccd7edbe04f7940c6f6df90cd5e8.tar
forums-b707bdc4f15eccd7edbe04f7940c6f6df90cd5e8.tar.gz
forums-b707bdc4f15eccd7edbe04f7940c6f6df90cd5e8.tar.bz2
forums-b707bdc4f15eccd7edbe04f7940c6f6df90cd5e8.tar.xz
forums-b707bdc4f15eccd7edbe04f7940c6f6df90cd5e8.zip
[ticket/15928] Adjust ACP backup explanation
PHPBB3-15928
-rw-r--r--phpBB/language/en/acp/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php
index bbe86f3371..302aaee570 100644
--- a/phpBB/language/en/acp/database.php
+++ b/phpBB/language/en/acp/database.php
@@ -38,7 +38,7 @@ if (empty($lang) || !is_array($lang))
// Database Backup/Restore
$lang = array_merge($lang, array(
- 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your <samp>store/</samp> folder or download it directly. Depending on your server configuration you may be able to compress the file in a number of formats.',
+ 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. The resulting archive will be stored in your <samp>store/</samp> folder. Depending on your server configuration you may be able to compress the file in a number of formats.',
'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete. Backups are stored in the <samp>store/</samp> folder and are assumed to be generated by phpBB’s backup functionality. Restoring backups that were not created by the built in system may or may not work.',
'BACKUP_DELETE' => 'The backup file has been deleted successfully.',