aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-03-14 21:32:27 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-03-14 21:32:27 +0100
commitdf93420bcda29874d27e53001a49ca86154755b1 (patch)
treefa76b664b86967ca567e085d35c8caba3b994745
parent9e7ad8639887a25bf73de857497c9b55cc3609a2 (diff)
parent43b597e88a952547cc2d3b292369ae663b1eb257 (diff)
downloadforums-df93420bcda29874d27e53001a49ca86154755b1.tar
forums-df93420bcda29874d27e53001a49ca86154755b1.tar.gz
forums-df93420bcda29874d27e53001a49ca86154755b1.tar.bz2
forums-df93420bcda29874d27e53001a49ca86154755b1.tar.xz
forums-df93420bcda29874d27e53001a49ca86154755b1.zip
Merge pull request #5544 from 3D-I/ticket/15986
[ticket/15986] Add missing language key for posting.php
-rw-r--r--phpBB/language/en/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 7c415b3457..11ea6483e1 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -145,6 +145,7 @@ $lang = array_merge($lang, array(
'LOAD_DRAFT_EXPLAIN' => 'Here you are able to select the draft you want to continue writing. Your current post will be cancelled, all current post contents will be deleted. View, edit and delete drafts within your User Control Panel.',
'LOGIN_EXPLAIN_BUMP' => 'You need to login in order to bump topics within this forum.',
'LOGIN_EXPLAIN_DELETE' => 'You need to login in order to delete posts within this forum.',
+ 'LOGIN_EXPLAIN_SOFT_DELETE' => 'You need to login in order to soft-delete posts within this forum.',
'LOGIN_EXPLAIN_POST' => 'You need to login in order to post within this forum.',
'LOGIN_EXPLAIN_QUOTE' => 'You need to login in order to quote posts within this forum.',
'LOGIN_EXPLAIN_REPLY' => 'You need to login in order to reply to topics within this forum.',