expandImage, singular

This commit is contained in:
James Campos 2012-02-20 14:22:59 -08:00
parent 2b62ce1231
commit a77191821b
2 changed files with 4 additions and 4 deletions

View File

@ -169,7 +169,7 @@
expandThread: ['e', 'Expand thread'],
watch: ['w', 'Watch thread'],
hide: ['x', 'Hide thread'],
expandImages: ['m', 'Expand selected image'],
expandImage: ['m', 'Expand selected image'],
expandAllImages: ['M', 'Expand all images'],
update: ['u', 'Update now'],
unreadCountTo0: ['z', 'Reset unread status']
@ -933,7 +933,7 @@
case conf.expandThread:
expandThread.toggle(thread);
break;
case conf.expandImages:
case conf.expandImage:
keybinds.img(thread);
break;
case conf.nextThread:

View File

@ -98,7 +98,7 @@ config =
expandThread: ['e', 'Expand thread']
watch: ['w', 'Watch thread']
hide: ['x', 'Hide thread']
expandImages: ['m', 'Expand selected image']
expandImage: ['m', 'Expand selected image']
expandAllImages: ['M', 'Expand all images']
update: ['u', 'Update now']
unreadCountTo0: ['z', 'Reset unread status']
@ -699,7 +699,7 @@ keybinds =
keybinds.open thread
when conf.expandThread
expandThread.toggle thread
when conf.expandImages
when conf.expandImage
keybinds.img thread
when conf.nextThread
return if g.REPLY