From 8bad1839024edeefcc1396180cb24a3bb0d4c18b Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 22 Mar 2013 20:12:01 -0700 Subject: [PATCH 1/2] tweak option descriptions --- src/config.coffee | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/config.coffee b/src/config.coffee index 8cc15b35f..291ea5517 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -2,33 +2,33 @@ Config = main: 'Miscellaneous': 'Enable 4chan\'s Extension': [false, 'Compatibility between <%= meta.name %> and 4chan\'s inline extension is NOT guaranteed.'] - 'Custom Board Navigation': [true, 'Disable this to always display the full board list.'] + 'Custom Board Navigation': [true, 'Show custom links instead of the full board list'] '404 Redirect': [true, 'Redirect dead threads and images.'] 'Keybinds': [true, 'Bind actions to keyboard shortcuts.'] - 'Time Formatting': [true, 'Localize and format timestamps arbitrarily.'] + 'Time Formatting': [true, 'Localize and format timestamps.'] 'Relative Post Dates': [false, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'] 'File Info Formatting': [true, 'Reformat the file information.'] - 'Comment Expansion': [true, 'Can expand too long comments.'] - 'Thread Expansion': [true, 'Can expand threads to view all replies.'] - 'Index Navigation': [false, 'Navigate to previous / next thread.'] + 'Comment Expansion': [true, 'Add buttons to expand too long comments.'] + 'Thread Expansion': [true, 'Add buttons to expand threads.'] + 'Index Navigation': [false, 'Add buttons to navigate between threads.'] 'Custom CSS': [false, 'Apply custom CSS to 4chan.'] 'Check for Updates': [true, 'Check for updated versions of <%= meta.name %>.'] 'Filtering': - 'Anonymize': [false, 'Turn everyone Anonymous.'] + 'Anonymize': [false, 'Make everyone Anonymous.'] 'Filter': [true, 'Self-moderation placebo.'] 'Recursive Hiding': [true, 'Hide replies of hidden posts, recursively.'] 'Thread Hiding': [true, 'Hide entire threads.'] 'Reply Hiding': [true, 'Hide single replies.'] - 'Hiding Buttons': [true, 'Make buttons to hide threads / replies, in addition to menu links.'] - 'Stubs': [true, 'Make stubs of hidden threads / replies.'] + 'Hiding Buttons': [true, 'Add buttons to hide threads / replies, in addition to menu links.'] + 'Stubs': [true, 'Show stubs of hidden threads / replies.'] 'Images': - 'Auto-GIF': [false, 'Animate GIF thumbnails.'] + 'Auto-GIF': [false, 'Animate GIF thumbnails (disabled on /gif/, /wsg/).'] 'Image Expansion': [true, 'Expand images.'] - 'Image Hover': [false, 'Show full image on mouseover.'] + 'Image Hover': [false, 'Expand image on mouseover.'] 'Sauce': [true, 'Add sauce links to images.'] 'Reveal Spoilers': [false, 'Reveal spoiler thumbnails.'] 'Menu': - 'Menu': [true, 'Add a drop-down menu in posts.'] + 'Menu': [true, 'Add a drop-down menu to posts.'] 'Report Link': [true, 'Add a report link to the menu.'] 'Delete Link': [true, 'Add post and image deletion links to the menu.'] 'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'] @@ -51,7 +51,7 @@ Config = 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'] 'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting.'] 'Hide Original Post Form': [true, 'Hide the normal post form.'] - 'Quote links': + 'Quote Links': 'Quote Backlinks': [true, 'Add quote backlinks.'] 'OP Backlinks': [false, 'Add backlinks to the OP.'] 'Quote Inlining': [true, 'Inline quoted post on click.'] From 4cca245d4eee80c81ceaff1838aa11677e757ce4 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 22 Mar 2013 20:43:12 -0700 Subject: [PATCH 2/2] inline / floating --- src/config.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.coffee b/src/config.coffee index 291ea5517..5ffb36240 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -23,8 +23,8 @@ Config = 'Stubs': [true, 'Show stubs of hidden threads / replies.'] 'Images': 'Auto-GIF': [false, 'Animate GIF thumbnails (disabled on /gif/, /wsg/).'] - 'Image Expansion': [true, 'Expand images.'] - 'Image Hover': [false, 'Expand image on mouseover.'] + 'Image Expansion': [true, 'Expand images inline.'] + 'Image Hover': [false, 'Show a floating expanded image on hover.'] 'Sauce': [true, 'Add sauce links to images.'] 'Reveal Spoilers': [false, 'Reveal spoiler thumbnails.'] 'Menu':