1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/10631] Make the enable/disable/purge notices more visable.

PHPBB3-10631
This commit is contained in:
Nathan Guse
2012-07-23 16:04:29 -05:00
committed by Unknown Bliss
parent 8df9963fcc
commit 9c0cd2693f
4 changed files with 22 additions and 16 deletions

View File

@@ -80,7 +80,7 @@ $lang = array_merge($lang, array(
'ENABLE_CONFIRM' => 'Are you sure that you wish to enable this extension?',
'DISABLE_CONFIRM' => 'Are you sure that you wish to disable this extension?',
'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension's data? This cannot be undone.',
'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension's data? This will remove all settings stored for this extension and cannot be undone!',
'DELETE_CONFIRM' => 'Are you sure that you wish to data this extension's files and clear its data? This cannot be undone.',
'WARNING' => 'Warning',