mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Deleted != Restored. :D git-svn-id: file:///svn/phpbb/trunk@7533 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
08ff72c987
commit
46d652992c
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue