mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16449] Removed L_ prefix from CONFIRM_MESSAGE
PHPBB3-16449
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
{% elseif PRE %}
|
||||
<div class="errorbox">
|
||||
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
||||
<p>{{ CONFIRM_MESSAGE }}</p>
|
||||
</div>
|
||||
|
||||
<form id="acp_extensions" method="post" action="{{ U_PURGE }}">
|
||||
|
@@ -10,7 +10,7 @@
|
||||
{% if PRE %}
|
||||
<fieldset>
|
||||
<h2>{{ lang('CONFIRM') }}</h2>
|
||||
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
||||
<p>{{ CONFIRM_MESSAGE }}</p>
|
||||
</fieldset>
|
||||
|
||||
<form id="acp_extensions" method="post" action="{{ U_DISABLE }}">
|
||||
|
@@ -16,7 +16,7 @@
|
||||
{% elseif PRE %}
|
||||
<fieldset>
|
||||
<h2>{{ lang('CONFIRM') }}</h2>
|
||||
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
||||
<p>{{ CONFIRM_MESSAGE }}</p>
|
||||
</fieldset>
|
||||
|
||||
<form id="acp_extensions" method="post" action="{{ U_ENABLE }}">
|
||||
|
Reference in New Issue
Block a user