typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-12-30 05:26:10 +03:00
parent 06834f5a8b
commit b36e46afcf

View File

@ -642,7 +642,7 @@ module.ViewerActions = actions.Actions({
rotateRibbonCW: ['Interface|Ribbon/Rotate ribbon clockwise', rotateRibbonCW: ['Interface|Ribbon/Rotate ribbon clockwise',
function(a){ function(a){
this.ribbonRotation('+='+ (a || this.config['ribbon-rotation-step'] || 10)) }], 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){ function(a){
this.ribbonRotation('-='+ (a || this.config['ribbon-rotation-step'] || 10)) }], this.ribbonRotation('-='+ (a || this.config['ribbon-rotation-step'] || 10)) }],