diff options
| author | David King <imkingdavid@gmail.com> | 2012-03-24 22:03:03 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-03-24 22:03:03 -0400 |
| commit | cfb8f01040ca9fded20d8f3dd4620cd7477d60fc (patch) | |
| tree | fa35c2b602297d3cace604cc2cacdc202cdb8cc5 /phpBB/language/en/viewtopic.php | |
| parent | 0ce899cb8730008b470ef37eac3dcd2965fd2314 (diff) | |
| download | forums-cfb8f01040ca9fded20d8f3dd4620cd7477d60fc.tar forums-cfb8f01040ca9fded20d8f3dd4620cd7477d60fc.tar.gz forums-cfb8f01040ca9fded20d8f3dd4620cd7477d60fc.tar.bz2 forums-cfb8f01040ca9fded20d8f3dd4620cd7477d60fc.tar.xz forums-cfb8f01040ca9fded20d8f3dd4620cd7477d60fc.zip | |
[ticket/10727] Do not hide Quick Reply with javascript on prosilver
PHPBB3-10727
Diffstat (limited to 'phpBB/language/en/viewtopic.php')
| -rw-r--r-- | phpBB/language/en/viewtopic.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php index 2b20938afe..f47f8a076b 100644 --- a/phpBB/language/en/viewtopic.php +++ b/phpBB/language/en/viewtopic.php @@ -47,7 +47,6 @@ $lang = array_merge($lang, array( 'BUMP_TOPIC' => 'Bump topic', 'CODE' => 'Code', - 'COLLAPSE_QR' => 'Hide Quick Reply', 'DELETE_TOPIC' => 'Delete topic', 'DOWNLOAD_NOTICE' => 'You do not have the required permissions to view the files attached to this post.', @@ -97,7 +96,6 @@ $lang = array_merge($lang, array( 'REPLY_TO_TOPIC' => 'Reply to topic', 'RETURN_POST' => '%sReturn to the post%s', - 'SHOW_QR' => 'Quick Reply', 'SUBMIT_VOTE' => 'Submit vote', 'TOTAL_VOTES' => 'Total votes', |
