tweak option descriptions

This commit is contained in:
James Campos 2013-03-22 20:12:01 -07:00
parent a860137db4
commit 8bad183902

View File

@ -2,33 +2,33 @@ Config =
main: main:
'Miscellaneous': 'Miscellaneous':
'Enable 4chan\'s Extension': [false, 'Compatibility between <%= meta.name %> and 4chan\'s inline extension is NOT guaranteed.'] '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.'] '404 Redirect': [true, 'Redirect dead threads and images.']
'Keybinds': [true, 'Bind actions to keyboard shortcuts.'] '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.'] 'Relative Post Dates': [false, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.']
'File Info Formatting': [true, 'Reformat the file information.'] 'File Info Formatting': [true, 'Reformat the file information.']
'Comment Expansion': [true, 'Can expand too long comments.'] 'Comment Expansion': [true, 'Add buttons to expand too long comments.']
'Thread Expansion': [true, 'Can expand threads to view all replies.'] 'Thread Expansion': [true, 'Add buttons to expand threads.']
'Index Navigation': [false, 'Navigate to previous / next thread.'] 'Index Navigation': [false, 'Add buttons to navigate between threads.']
'Custom CSS': [false, 'Apply custom CSS to 4chan.'] 'Custom CSS': [false, 'Apply custom CSS to 4chan.']
'Check for Updates': [true, 'Check for updated versions of <%= meta.name %>.'] 'Check for Updates': [true, 'Check for updated versions of <%= meta.name %>.']
'Filtering': 'Filtering':
'Anonymize': [false, 'Turn everyone Anonymous.'] 'Anonymize': [false, 'Make everyone Anonymous.']
'Filter': [true, 'Self-moderation placebo.'] 'Filter': [true, 'Self-moderation placebo.']
'Recursive Hiding': [true, 'Hide replies of hidden posts, recursively.'] 'Recursive Hiding': [true, 'Hide replies of hidden posts, recursively.']
'Thread Hiding': [true, 'Hide entire threads.'] 'Thread Hiding': [true, 'Hide entire threads.']
'Reply Hiding': [true, 'Hide single replies.'] 'Reply Hiding': [true, 'Hide single replies.']
'Hiding Buttons': [true, 'Make buttons to hide threads / replies, in addition to menu links.'] 'Hiding Buttons': [true, 'Add buttons to hide threads / replies, in addition to menu links.']
'Stubs': [true, 'Make stubs of hidden threads / replies.'] 'Stubs': [true, 'Show stubs of hidden threads / replies.']
'Images': 'Images':
'Auto-GIF': [false, 'Animate GIF thumbnails.'] 'Auto-GIF': [false, 'Animate GIF thumbnails (disabled on /gif/, /wsg/).']
'Image Expansion': [true, 'Expand images.'] '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.'] 'Sauce': [true, 'Add sauce links to images.']
'Reveal Spoilers': [false, 'Reveal spoiler thumbnails.'] 'Reveal Spoilers': [false, 'Reveal spoiler thumbnails.']
'Menu': '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.'] 'Report Link': [true, 'Add a report link to the menu.']
'Delete Link': [true, 'Add post and image deletion links 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.'] '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 Subject': [false, 'Remember the subject field, instead of resetting after posting.']
'Remember Spoiler': [false, 'Remember the spoiler state, 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.'] 'Hide Original Post Form': [true, 'Hide the normal post form.']
'Quote links': 'Quote Links':
'Quote Backlinks': [true, 'Add quote backlinks.'] 'Quote Backlinks': [true, 'Add quote backlinks.']
'OP Backlinks': [false, 'Add backlinks to the OP.'] 'OP Backlinks': [false, 'Add backlinks to the OP.']
'Quote Inlining': [true, 'Inline quoted post on click.'] 'Quote Inlining': [true, 'Inline quoted post on click.']