From b155056cb9f72295eaae877a2335094e4cf747d8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 13 Jan 2014 10:31:54 +0100 Subject: [ticket/11996] Use a table for better styling PHPBB3-11996 --- phpBB/language/en/acp/extensions.php | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index cbdc97b547..c024c92e61 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -66,22 +66,20 @@ $lang = array_merge($lang, array( 'EXTENSION_NAME' => 'Extension Name', 'EXTENSION_ACTIONS' => 'Actions', - 'EXTENSION_ACTIONS_EXPLAIN' => 'In order to completly remove an extension from your board, you need to perform the following 3 steps:

-
    + 'EXTENSION_OPTIONS' => 'Options', + 'EXTENSION_UPDATE_HEADLINE' => 'Updating an extension', + 'EXTENSION_UPDATE_EXPLAIN' => '
    1. Disable the extension
    2. -
    3. Delete the extension’s data
    4. Delete the extension’s files from the filesystem
    5. -

    -

    In order to update an extension from your board, you need to perform the following 6 steps:

    -
      +
    1. Upload the new files
    2. +
    3. Enable the extension, note that the board will be automatically disabled for this step
    4. +
    ', + 'EXTENSION_REMOVE_HEADLINE' => 'Completly removing an extension from your board', + 'EXTENSION_REMOVE_EXPLAIN' => '
    1. Disable the extension
    2. +
    3. Delete the extension’s data
    4. Delete the extension’s files from the filesystem
    5. -
    6. Upload the new files
    7. -
    8. Disable the board (optional but recommended)
    9. -
    10. Enable the extension
    11. -
    12. Enable the board
    13. -

    ', - 'EXTENSION_OPTIONS' => 'Options', +

', 'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?

This removes all of its data and settings and cannot be undone!', 'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?', -- cgit v1.2.1