mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9675] Adjust the language-string to reflect the changes.
PHPBB3-9675
This commit is contained in:
parent
ffcd307746
commit
18fedfce17
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $lang = array_merge($lang, array(
|
||||||
'DELETE_IMAGESET' => 'Delete imageset',
|
'DELETE_IMAGESET' => 'Delete imageset',
|
||||||
'DELETE_IMAGESET_EXPLAIN' => 'Here you can remove the selected imageset from the database. Please note that there is no undo capability. It is recommended that you first export your set for possible future use.',
|
'DELETE_IMAGESET_EXPLAIN' => 'Here you can remove the selected imageset from the database. Please note that there is no undo capability. It is recommended that you first export your set for possible future use.',
|
||||||
'DELETE_STYLE' => 'Delete style',
|
'DELETE_STYLE' => 'Delete style',
|
||||||
'DELETE_STYLE_EXPLAIN' => 'Here you can remove the selected style. You cannot remove all the style elements from here. These must be deleted individually via their respective forms. Take care when deleting styles, there is no undo facility.',
|
'DELETE_STYLE_EXPLAIN' => 'Here you can remove the selected style. Take care in deleting styles, there is no undo capability.',
|
||||||
'DELETE_TEMPLATE' => 'Delete template',
|
'DELETE_TEMPLATE' => 'Delete template',
|
||||||
'DELETE_TEMPLATE_EXPLAIN' => 'Here you can remove the selected template set from the database. Please note that there is no undo capability. It is recommended that you first export your set for possible future use.',
|
'DELETE_TEMPLATE_EXPLAIN' => 'Here you can remove the selected template set from the database. Please note that there is no undo capability. It is recommended that you first export your set for possible future use.',
|
||||||
'DELETE_THEME' => 'Delete theme',
|
'DELETE_THEME' => 'Delete theme',
|
||||||
|
|
Loading…
Add table
Reference in a new issue