From 8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 1 Nov 2013 15:33:31 +0100 Subject: [ticket/11994] Make extension manager UI less misleading Enable and Install were split into two different expressions. Purge was renamed to uninstall to make clearer what is going to happen. PHPBB3-11994 --- phpBB/adm/style/acp_ext_disable.html | 14 +++++++------- phpBB/adm/style/acp_ext_enable.html | 16 ++++++++-------- phpBB/adm/style/acp_ext_list.html | 10 ++++------ phpBB/adm/style/acp_ext_purge.html | 16 ++++++++-------- 4 files changed, 27 insertions(+), 29 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 7dc3f6ec97..4fa0893be7 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -5,29 +5,29 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_DISABLE_EXPLAIN}

+

{L_EXTENSION_DISABLE_EXPLAIN}

-

{L_DISABLE_CONFIRM}

+

{L_CONFIRM_MESSAGE}

- {L_DISABLE} - + {L_EXTENSION_DISABLE} +
-

{L_DISABLE_IN_PROGRESS}

+

{L_EXTENSION_DISABLE_IN_PROGRESS}

-

{L_DISABLE_SUCCESS}

+

{L_EXTENSION_DISABLE_SUCCESS}


-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 35585207eb..2a8c638b1d 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -5,35 +5,35 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_ENABLE_EXPLAIN}

+

{L_EXTENSION_ENABLE_EXPLAIN}{L_EXTENSION_INSTALL_EXPLAIN}

{L_MIGRATION_EXCEPTION_ERROR}

{MIGRATOR_ERROR}

-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

-

{L_ENABLE_CONFIRM}

+

{L_CONFIRM_MESSAGE}

- {L_ENABLE} - + {L_EXTENSION_ENABLE}{L_EXTENSION_INSTALL} +
-

{L_ENABLE_IN_PROGRESS}

+

{L_EXTENSION_ENABLE_IN_PROGRESS}{L_EXTENSION_INSTALL_IN_PROGRESS}

-

{L_ENABLE_SUCCESS}

+

{L_EXTENSION_ENABLE_SUCCESS}{L_EXTENSION_INSTALL_SUCCESS}


-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index 390b3e79f0..8408ebe748 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -18,9 +18,7 @@ - - {L_ENABLED} {L_EXTENSIONS} - + {L_EXTENSIONS_ENABLED} @@ -28,7 +26,7 @@ {L_DETAILS} - {enabled.actions.L_ACTION} + title="{enabled.actions.L_ACTION_EXPLAIN}">{enabled.actions.L_ACTION}  |  @@ -38,7 +36,7 @@ - {L_DISABLED} {L_EXTENSIONS} + {L_EXTENSIONS_DISABLED} @@ -48,7 +46,7 @@ - {disabled.actions.L_ACTION} + title="{disabled.actions.L_ACTION_EXPLAIN}">{disabled.actions.L_ACTION}  |  diff --git a/phpBB/adm/style/acp_ext_purge.html b/phpBB/adm/style/acp_ext_purge.html index 94bef82ca5..310efd0e1d 100644 --- a/phpBB/adm/style/acp_ext_purge.html +++ b/phpBB/adm/style/acp_ext_purge.html @@ -5,35 +5,35 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_PURGE_EXPLAIN}

+

{L_EXTENSION_UNINSTALL_EXPLAIN}

{L_MIGRATION_EXCEPTION_ERROR}

{MIGRATOR_ERROR}

-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

-

{L_PURGE_CONFIRM}

+

{L_CONFIRM_MESSAGE}

- {L_PURGE} - + {L_EXTENSION_UNINSTALL} +
-

{L_PURGE_IN_PROGRESS}

+

{L_EXTENSION_UNINSTALL_IN_PROGRESS}

-

{L_PURGE_SUCCESS}

+

{L_EXTENSION_UNINSTALL_SUCCESS}


-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

-- cgit v1.2.1