diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-29 18:42:14 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-29 18:42:14 +0200 |
| commit | 8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5 (patch) | |
| tree | 48f27dd0727d879a620d3ebc39cdc45f3c5db9cc /phpBB/language/en/common.php | |
| parent | b774c09c7f25e3119eeffe7363c91c7b9fd6dbf7 (diff) | |
| download | forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar.gz forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar.bz2 forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar.xz forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.zip | |
[feature/soft-delete] Update restoring feature to use ajax if requested.
Also fixes the mcp as a hole:
- displayes a success message
- gives a link to the post, if only one was restored
PHPBB3-9657
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index e6022e3b79..857b9004ec 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -475,6 +475,7 @@ $lang = array_merge($lang, array( 'POST_BY_AUTHOR' => 'by', 'POST_BY_FOE' => 'This post was made by <strong>%1$s</strong> who is currently on your ignore list. %2$sDisplay this post%3$s.', 'POST_DAY' => '%.2f posts per day', + 'POST_DELETED' => 'Soft deleted post:', 'POST_DETAILS' => 'Post details', 'POST_NEW_TOPIC' => 'Post new topic', 'POST_PCT' => '%.2f%% of all posts', |
