"Reset unread status" -> "Mark thread as read"

This commit is contained in:
Nicolas Stepien 2012-09-02 23:49:16 +02:00
parent 91b5a0ae67
commit 92fd47d083
2 changed files with 2 additions and 2 deletions

View File

@ -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'],

View File

@ -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']