diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-10-21 22:30:20 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-21 22:30:20 +0200 |
| commit | e7a137820bf6ca341df5c0c503e2767451f57c5e (patch) | |
| tree | 3ba64fe786eaf6800d6d5b4f91e2b6f04cb7b02d /phpBB/styles/prosilver/template/mcp_approve.html | |
| parent | 0822d2bb61dda3b887911d6686a8c6db05131c47 (diff) | |
| download | forums-e7a137820bf6ca341df5c0c503e2767451f57c5e.tar forums-e7a137820bf6ca341df5c0c503e2767451f57c5e.tar.gz forums-e7a137820bf6ca341df5c0c503e2767451f57c5e.tar.bz2 forums-e7a137820bf6ca341df5c0c503e2767451f57c5e.tar.xz forums-e7a137820bf6ca341df5c0c503e2767451f57c5e.zip | |
[feature/soft-delete] Use correct language when restoring topics in MCP
PHPBB3-9567
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_approve.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_approve.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_approve.html b/phpBB/styles/prosilver/template/mcp_approve.html index 8b7f7c8c6d..090caee096 100644 --- a/phpBB/styles/prosilver/template/mcp_approve.html +++ b/phpBB/styles/prosilver/template/mcp_approve.html @@ -18,7 +18,7 @@ </dl> <!-- ENDIF --> - <!-- IF not S_APPROVE --> + <!-- IF not S_APPROVE and not S_RESTORE --> <dl class="fields2 nobg"> <dt><label>{L_DISAPPROVE_REASON}:</label></dt> <dd><select name="reason_id"> |
