aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_disable.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_ext_disable.html')
-rw-r--r--phpBB/adm/style/acp_ext_disable.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html
index 1f0bbe14c8..7dc3f6ec97 100644
--- a/phpBB/adm/style/acp_ext_disable.html
+++ b/phpBB/adm/style/acp_ext_disable.html
@@ -5,7 +5,7 @@
<h1>{L_EXTENSIONS_ADMIN}</h1>
<p>{L_EXTENSIONS_EXPLAIN}</p>
- <p>{L_ENABLE_EXPLAIN}</p>
+ <p>{L_DISABLE_EXPLAIN}</p>
<!-- IF PRE -->
<div class="errorbox">
@@ -15,7 +15,8 @@
<form id="acp_extensions" method="post" action="{U_DISABLE}">
<fieldset class="submit-buttons">
<legend>{L_DISABLE}</legend>
- <input class="button1" type="submit" name="{L_DISABLE}" value="{L_DISABLE}" />
+ <input class="button1" type="submit" name="disable" value="{L_DISABLE}" />
+ <input class="button2" type="submit" name="cancel" value="{L_CANCEL}" />
</fieldset>
</form>
<!-- ELSEIF S_NEXT_STEP -->