diff options
author | David King <imkingdavid@gmail.com> | 2012-03-30 21:43:00 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-03-30 21:43:00 -0400 |
commit | a7045e65724481002e232a7d143b7cc2ed6acb3a (patch) | |
tree | ad969341161bfd2fef644f325a9cafa17d9e4f41 /phpBB/language/en | |
parent | 013a8649a5164b90310e76d99fae2186b831a5f0 (diff) | |
download | forums-a7045e65724481002e232a7d143b7cc2ed6acb3a.tar forums-a7045e65724481002e232a7d143b7cc2ed6acb3a.tar.gz forums-a7045e65724481002e232a7d143b7cc2ed6acb3a.tar.bz2 forums-a7045e65724481002e232a7d143b7cc2ed6acb3a.tar.xz forums-a7045e65724481002e232a7d143b7cc2ed6acb3a.zip |
[feature/qrpreview] Preview from Quick Reply
PHPBB3-10726
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php index 1460490672..184f88ed3c 100644 --- a/phpBB/language/en/viewtopic.php +++ b/phpBB/language/en/viewtopic.php @@ -62,7 +62,7 @@ $lang = array_merge($lang, array( 'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.', 'FORK_TOPIC' => 'Copy topic', - 'FULL_EDITOR' => 'Full Editor', + 'FULL_EDITOR' => 'Full Editor & Preview', 'LINKAGE_FORBIDDEN' => 'You are not authorised to view, download or link from/to this site.', 'LOGIN_NOTIFY_TOPIC' => 'You have been notified about this topic, please login to view it.', |