diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 3f0d9904..00578054 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -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)) }],