From afc505c42ec84ece10d123207b291b9341236ac9 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 2 Feb 2015 22:14:34 -0800 Subject: [PATCH] Merge from Appchan X: src/General/Config.coffee --- src/General/Config.coffee | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 807f89b34..ceb45866a 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -53,7 +53,7 @@ Config = ] 'Comment Expansion': [ true - 'Add buttons to expand too long comments.' + 'Expand Comments that are too long to display on the index. Not applicable with JSON Navigation.' ] 'File Info Formatting': [ true @@ -118,6 +118,11 @@ Config = true 'Convert text into links where applicable.' ] + 'Link Title': [ + true + 'Replace the link of a supported site with its actual title. Currently Supported: YouTube, Vimeo, SoundCloud, and Github gists' + 1 + ] 'Embedding': [ true 'Embed supported services. Note: Some services don\'t work on HTTPS.' @@ -133,11 +138,6 @@ Config = 'Embed content in a frame that remains in place when the page is scrolled.' 2 ] - 'Link Title': [ - true - 'Replace the link of a supported site with its actual title. Currently Supported: YouTube, Vimeo, SoundCloud, and Github gists' - 1 - ] 'Filtering': 'Anonymize': [ @@ -384,8 +384,8 @@ Config = 'All-in-one form to reply, create threads, automate dumping and more.' ] 'QR Shortcut': [ - true, - 'Adds a small [QR] link in the header.' + true + 'Add a shortcut to the header to toggle the QR.' 1 ] 'Persistent QR': [ @@ -598,7 +598,7 @@ Config = ] 'Auto Prune': [ false - 'Automatically prune dead threads.' + 'Automatically remove dead threads.' ] 'Show Unread Count': [ true