"Reset unread status" -> "Mark thread as read"
This commit is contained in:
parent
91b5a0ae67
commit
92fd47d083
@ -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'],
|
||||
|
||||
@ -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']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user