mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15311] Fix language string
PHPBB3-15311
This commit is contained in:
parent
12b55beb42
commit
5a65208341
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $lang = array_merge($lang, array(
|
|||
|
||||
'BACKUP_DELETE' => 'The backup file has been deleted successfully.',
|
||||
'BACKUP_INVALID' => 'The selected file to backup is invalid.',
|
||||
'BACKUP_ERROR' => 'Error when saving file.',
|
||||
'BACKUP_ERROR' => 'Error while saving file.',
|
||||
'BACKUP_OPTIONS' => 'Backup options',
|
||||
'BACKUP_SUCCESS' => 'The backup file has been created successfully.',
|
||||
'BACKUP_TYPE' => 'Backup type',
|
||||
|
|
Loading…
Add table
Reference in a new issue