aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-02 23:40:56 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-08 01:20:00 +0100
commitf8e92efc3f213f966a4faa1966ff8e64270328f4 (patch)
treec46b7320d1f745d8ddb25794db78847f6102499d /phpBB/adm/style
parent7e1a02b3a192771043009078630e8e2b9b8026a1 (diff)
downloadforums-f8e92efc3f213f966a4faa1966ff8e64270328f4.tar
forums-f8e92efc3f213f966a4faa1966ff8e64270328f4.tar.gz
forums-f8e92efc3f213f966a4faa1966ff8e64270328f4.tar.bz2
forums-f8e92efc3f213f966a4faa1966ff8e64270328f4.tar.xz
forums-f8e92efc3f213f966a4faa1966ff8e64270328f4.zip
[ticket/11994] Rename "uninstall" to "delete data"
PHPBB3-11994
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_ext_delete_data.html (renamed from phpBB/adm/style/acp_ext_purge.html)10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_ext_purge.html b/phpBB/adm/style/acp_ext_delete_data.html
index 310efd0e1d..bbac22055f 100644
--- a/phpBB/adm/style/acp_ext_purge.html
+++ b/phpBB/adm/style/acp_ext_delete_data.html
@@ -5,7 +5,7 @@
<h1>{L_EXTENSIONS_ADMIN}</h1>
<p>{L_EXTENSIONS_EXPLAIN}</p>
- <p>{L_EXTENSION_UNINSTALL_EXPLAIN}</p>
+ <p>{L_EXTENSION_DELETE_DATA_EXPLAIN}</p>
<!-- IF MIGRATOR_ERROR -->
<div class="errorbox">
@@ -20,18 +20,18 @@
<form id="acp_extensions" method="post" action="{U_PURGE}">
<fieldset class="submit-buttons">
- <legend>{L_EXTENSION_UNINSTALL}</legend>
- <input class="button1" type="submit" name="purge" value="{L_EXTENSION_UNINSTALL}" />
+ <legend>{L_EXTENSION_DELETE_DATA}</legend>
+ <input class="button1" type="submit" name="purge" value="{L_EXTENSION_DELETE_DATA}" />
<input class="button2" type="submit" name="cancel" value="{L_CANCEL}" />
</fieldset>
</form>
<!-- ELSEIF S_NEXT_STEP -->
<div class="errorbox">
- <p>{L_EXTENSION_UNINSTALL_IN_PROGRESS}</p>
+ <p>{L_EXTENSION_DELETE_DATA_IN_PROGRESS}</p>
</div>
<!-- ELSE -->
<div class="successbox">
- <p>{L_EXTENSION_UNINSTALL_SUCCESS}</p>
+ <p>{L_EXTENSION_DELETE_DATA_SUCCESS}</p>
<br />
<p><a href="{U_RETURN}">{L_RETURN_TO_EXTENSION_LIST}</a></p>
</div>