aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-08-17 01:15:01 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-08-17 01:15:01 +0000
commite6be1795caa1279bd87acf1c92c19f2c4636f279 (patch)
tree1398b0b8e4973c664fac84ffacaf3ed6ed20e276 /phpBB/language
parent481f090a39a49b8baaf9c7f0626872eced1b63f4 (diff)
downloadforums-e6be1795caa1279bd87acf1c92c19f2c4636f279.tar
forums-e6be1795caa1279bd87acf1c92c19f2c4636f279.tar.gz
forums-e6be1795caa1279bd87acf1c92c19f2c4636f279.tar.bz2
forums-e6be1795caa1279bd87acf1c92c19f2c4636f279.tar.xz
forums-e6be1795caa1279bd87acf1c92c19f2c4636f279.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@6294 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 16e10978ff..5a23ff19ee 100644
--- a/phpBB/language/en/acp/database.php
+++ b/phpBB/language/en/acp/database.php
@@ -31,7 +31,7 @@ if (empty($lang) || !is_array($lang))
// Banning
$lang = array_merge($lang, array(
'DATABASE' => 'Database Utilities',
- 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your store/ folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats. If you wish to include any additional "custom" tables please list them in the additional tables field, separated by commas. ',
+ 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your store/ folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats.',
'BACKUP_OPTIONS' => 'Backup options',
'BACKUP_TYPE' => 'Backup type',
'BACKUP_INVALID' => 'The selected file to backup is invalid',