diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-07-11 22:46:34 -0400 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-07-11 22:46:34 -0400 |
commit | d43645adfa182d609b3a0c27e329c97642d16fcd (patch) | |
tree | 2c07e882a3a27eb0b66d6711728b803003521dc9 | |
parent | 1911285b77fa791ca202f810e4ba40c822aa5ae9 (diff) | |
download | forums-d43645adfa182d609b3a0c27e329c97642d16fcd.tar forums-d43645adfa182d609b3a0c27e329c97642d16fcd.tar.gz forums-d43645adfa182d609b3a0c27e329c97642d16fcd.tar.bz2 forums-d43645adfa182d609b3a0c27e329c97642d16fcd.tar.xz forums-d43645adfa182d609b3a0c27e329c97642d16fcd.zip |
[ticket/9657] Fix english language :(
PHPBB3-9657
-rw-r--r-- | phpBB/language/en/mcp.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 8eb4b7a777..b75e0ea495 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -372,7 +372,7 @@ $lang = array_merge($lang, array( 'TOPIC_LOCKED_SUCCESS' => 'The selected topic has been locked.', 'TOPIC_MOVED_SUCCESS' => 'The selected topic has been moved successfully.', 'TOPIC_NOT_EXIST' => 'The topic you selected does not exist.', - 'TOPIC_RESTORED_SUCCESS' => 'This topic has been restored successfully.', + 'TOPIC_RESTORED_SUCCESS' => 'The selected topic has been restored successfully.', 'TOPIC_RESYNC_SUCCESS' => 'The selected topic has been resynchronised.', 'TOPIC_SPLIT_SUCCESS' => 'The selected topic has been split successfully.', 'TOPIC_TIME' => 'Topic time', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index eddc906659..0e8d59a92e 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -84,7 +84,7 @@ $lang = array_merge($lang, array( 'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?', '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 reason is only shown to moderators when post is soft deleted.', + 'DELETE_REASON_EXPLAIN' => 'The specified reason for deletion will be visible to moderators.', 'DELETE_POST_WARN' => 'Deleted 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', |