From 6bcbf3deeb78116335d94f1932a172a98de1016a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 9 Feb 2013 21:23:30 +0100 Subject: [PATCH] Shorter Relative Post Dates description. --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index b119492ad..7c378ff80 100644 --- a/script.coffee +++ b/script.coffee @@ -6,7 +6,7 @@ Config = '404 Redirect': [true, 'Redirect dead threads and images'] 'Keybinds': [true, 'Binds actions to keys'] 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'] - 'Relative Post Dates': [false, 'Display post times as "3 minutes ago" or similar. Hover tooltip will display the original or formatted timestamp'] + 'Relative Post Dates': [false, 'Display dates as "3 minutes ago" f.e., tooltip shows the timestamp'] 'File Info Formatting': [true, 'Reformats the file information'] 'Comment Expansion': [true, 'Expand too long comments'] 'Thread Expansion': [true, 'View all replies']