aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-03-31 05:10:15 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-03-31 05:10:15 +0000
commit2dbced7bd28f686e3e320d1e3e3b07adf1d302e2 (patch)
tree8989cc42522598d608771512d9d5ca41ef76e544
parent57ed8f8f733a1b565adbab0f457fd17763fdcdab (diff)
downloadforums-2dbced7bd28f686e3e320d1e3e3b07adf1d302e2.tar
forums-2dbced7bd28f686e3e320d1e3e3b07adf1d302e2.tar.gz
forums-2dbced7bd28f686e3e320d1e3e3b07adf1d302e2.tar.bz2
forums-2dbced7bd28f686e3e320d1e3e3b07adf1d302e2.tar.xz
forums-2dbced7bd28f686e3e320d1e3e3b07adf1d302e2.zip
#5353
git-svn-id: file:///svn/phpbb/trunk@7244 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 b8b423d08a..6d467f1086 100644
--- a/phpBB/language/en/acp/database.php
+++ b/phpBB/language/en/acp/database.php
@@ -32,7 +32,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 be able to compress the file in a number of formats.',
+ '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_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.',
'BACKUP_DELETE' => 'The backup file has been deleted successfully.',