diff options
author | rxu <rxu@mail.ru> | 2012-04-01 11:28:47 -0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2012-04-01 11:28:47 -0700 |
commit | bf0a3ddacafa434f2f33a28124e095e959e164b6 (patch) | |
tree | bc4723b9cd03def33316789203687e19a205431e /phpBB/language | |
parent | 9a075e905d23110f0b3310f9bfe6e89b44be1b57 (diff) | |
parent | 5ccd6915e3e8af30856319d84a48dde074fdbaee (diff) | |
download | forums-bf0a3ddacafa434f2f33a28124e095e959e164b6.tar forums-bf0a3ddacafa434f2f33a28124e095e959e164b6.tar.gz forums-bf0a3ddacafa434f2f33a28124e095e959e164b6.tar.bz2 forums-bf0a3ddacafa434f2f33a28124e095e959e164b6.tar.xz forums-bf0a3ddacafa434f2f33a28124e095e959e164b6.zip |
Merge pull request #670 from imkingdavid/feature/qrpreview
[feature/qrpreview] Preview from Quick Reply
Diffstat (limited to 'phpBB/language')
-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.', |