aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_disable.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-01 15:33:31 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-08 01:19:54 +0100
commit8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773 (patch)
tree18943ca7f5e86a2f1fecb0fbc339ed9a5a62b1c5 /phpBB/adm/style/acp_ext_disable.html
parentcc54e6a9e58cb57fad87fc5b17e3c885531bc4e6 (diff)
downloadforums-8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773.tar
forums-8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773.tar.gz
forums-8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773.tar.bz2
forums-8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773.tar.xz
forums-8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773.zip
[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
Diffstat (limited to 'phpBB/adm/style/acp_ext_disable.html')
-rw-r--r--phpBB/adm/style/acp_ext_disable.html14
1 files changed, 7 insertions, 7 deletions
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 @@
<h1>{L_EXTENSIONS_ADMIN}</h1>
<p>{L_EXTENSIONS_EXPLAIN}</p>
- <p>{L_DISABLE_EXPLAIN}</p>
+ <p>{L_EXTENSION_DISABLE_EXPLAIN}</p>
<!-- IF PRE -->
<div class="errorbox">
- <p>{L_DISABLE_CONFIRM}</p>
+ <p>{L_CONFIRM_MESSAGE}</p>
</div>
<form id="acp_extensions" method="post" action="{U_DISABLE}">
<fieldset class="submit-buttons">
- <legend>{L_DISABLE}</legend>
- <input class="button1" type="submit" name="disable" value="{L_DISABLE}" />
+ <legend>{L_EXTENSION_DISABLE}</legend>
+ <input class="button1" type="submit" name="disable" value="{L_EXTENSION_DISABLE}" />
<input class="button2" type="submit" name="cancel" value="{L_CANCEL}" />
</fieldset>
</form>
<!-- ELSEIF S_NEXT_STEP -->
<div class="errorbox">
- <p>{L_DISABLE_IN_PROGRESS}</p>
+ <p>{L_EXTENSION_DISABLE_IN_PROGRESS}</p>
</div>
<!-- ELSE -->
<div class="successbox">
- <p>{L_DISABLE_SUCCESS}</p>
+ <p>{L_EXTENSION_DISABLE_SUCCESS}</p>
<br />
- <p><a href="{U_RETURN}">{L_RETURN}</a></p>
+ <p><a href="{U_RETURN}">{L_RETURN_TO_EXTENSION_LIST}</a></p>
</div>
<!-- ENDIF -->