mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
06834f5a8b
commit
b36e46afcf
@ -642,7 +642,7 @@ module.ViewerActions = actions.Actions({
|
||||
rotateRibbonCW: ['Interface|Ribbon/Rotate ribbon clockwise',
|
||||
function(a){
|
||||
this.ribbonRotation('+='+ (a || this.config['ribbon-rotation-step'] || 10)) }],
|
||||
rotateRibbonCCW: ['Interface|Ribbon/Rotate ribbon coounter clockwise',
|
||||
rotateRibbonCCW: ['Interface|Ribbon/Rotate ribbon counter clockwise',
|
||||
function(a){
|
||||
this.ribbonRotation('-='+ (a || this.config['ribbon-rotation-step'] || 10)) }],
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user