From 92fd47d0838ed44ca07e6bff2110b0c5835dcff3 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 2 Sep 2012 23:49:16 +0200 Subject: [PATCH] "Reset unread status" -> "Mark thread as read" --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f2178522b..135379bcb 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -177,7 +177,7 @@ submit: ['alt+s', 'Submit post'], watch: ['w', 'Watch thread'], update: ['u', 'Update now'], - unreadCountTo0: ['z', 'Reset unread status'], + unreadCountTo0: ['z', 'Mark thread as read'], expandImage: ['m', 'Expand selected image'], expandAllImages: ['M', 'Expand all images'], zero: ['0', 'Jump to page 0'], diff --git a/script.coffee b/script.coffee index 634a33c4c..632337c80 100644 --- a/script.coffee +++ b/script.coffee @@ -137,7 +137,7 @@ Config = # Thread related watch: ['w', 'Watch thread'] update: ['u', 'Update now'] - unreadCountTo0: ['z', 'Reset unread status'] + unreadCountTo0: ['z', 'Mark thread as read'] # Images expandImage: ['m', 'Expand selected image'] expandAllImages: ['M', 'Expand all images']