aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-10-06 11:06:58 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-10-06 11:06:58 +0530
commit15e5103d72c741537c7c8a50e6c7c806026630c9 (patch)
treee6ec301f7e26dcfab746f51933284657b3cae4aa
parentc10f11f10b59db94c3b8db34bb7539157e879c13 (diff)
parent70c757a3a99b4232c13c31d968df5a9ad20a495d (diff)
downloadforums-15e5103d72c741537c7c8a50e6c7c806026630c9.tar
forums-15e5103d72c741537c7c8a50e6c7c806026630c9.tar.gz
forums-15e5103d72c741537c7c8a50e6c7c806026630c9.tar.bz2
forums-15e5103d72c741537c7c8a50e6c7c806026630c9.tar.xz
forums-15e5103d72c741537c7c8a50e6c7c806026630c9.zip
Merge remote-tracking branch 'prototech/ticket/11894' into develop
# By Cesar G # Via Cesar G * prototech/ticket/11894: [ticket/11894] Fix typo in "Delete post" option
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 0e8d59a92e..ab851638ae 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -85,7 +85,7 @@ $lang = array_merge($lang, array(
'DELETE_POSTS_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete these posts?',
'DELETE_REASON' => 'Soft delete reason',
'DELETE_REASON_EXPLAIN' => 'The specified reason for deletion will be visible to moderators.',
- 'DELETE_POST_WARN' => 'Deleted this post',
+ 'DELETE_POST_WARN' => 'Delete this post',
'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?',
'DELETE_TOPIC_PERMANENTLY' => 'Permanently delete this topic so it can not be recovered',
'DELETE_TOPIC_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete this topic?',