diff --git a/4chan_x.user.js b/4chan_x.user.js index 291b68ce2..d67c677b0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -20,7 +20,7 @@ // @icon data:image/gif;base64,R0lGODlhEAAQAKECAAAAAGbMM////////yH5BAEKAAIALAAAAAAQABAAAAIxlI+pq+D9DAgUoFkPDlbs7lGiI2bSVnKglnJMOL6omczxVZK3dH/41AG6Lh7i6qUoAAA7 // ==/UserScript== -/* 4chan X Beta - Version 3.0.0 - 2013-03-01 +/* 4chan X Beta - Version 3.0.0 - 2013-03-02 * http://mayhemydg.github.com/4chan-x/ * * Copyright (c) 2009-2011 James Campos @@ -98,7 +98,7 @@ 'Auto Watch Reply': [false, 'Automatically watch threads you reply to.'] }, 'Posting': { - 'Quick Reply': [true, 'Weapon of mass destruction.'], + 'Quick Reply': [true, 'All-in-one form to reply, create threads, automate dumping and more.'], 'Persistent QR': [false, 'The Quick reply won\'t disappear after posting.'], 'Auto Hide QR': [false, 'Automatically hide the quick reply when posting.'], 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'], diff --git a/src/config.coffee b/src/config.coffee index 8128d20ce..a5f0c58de 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -42,7 +42,7 @@ Config = 'Auto Watch': [true, 'Automatically watch threads you start.'] 'Auto Watch Reply': [false, 'Automatically watch threads you reply to.'] 'Posting': - 'Quick Reply': [true, 'Weapon of mass destruction.'] + 'Quick Reply': [true, 'All-in-one form to reply, create threads, automate dumping and more.'] 'Persistent QR': [false, 'The Quick reply won\'t disappear after posting.'] 'Auto Hide QR': [false, 'Automatically hide the quick reply when posting.'] 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.']