aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index e6616a6777..021cc5105e 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -483,8 +483,8 @@ $lang = array_merge($lang, array(
'LOG_DISALLOW_DELETE' => '<strong>Deleted disallowed username</strong>',
'LOG_DB_BACKUP' => '<strong>Database backup</strong>',
- 'LOG_DB_DELETE' => '<strong>Restored database backup</strong>',
- 'LOG_DB_RESTORE' => '<strong>Deleted database backup</strong>',
+ 'LOG_DB_DELETE' => '<strong>Deleted database backup</strong>',
+ 'LOG_DB_RESTORE' => '<strong>Restored database backup</strong>',
'LOG_DOWNLOAD_EXCLUDE_IP' => '<strong>Excluded IP/hostname from download list</strong><br />» %s',
'LOG_DOWNLOAD_IP' => '<strong>Added IP/hostname to download list</strong><br />» %s',