From b36e46afcf248112bb38377272cc6306e57bdd72 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 30 Dec 2019 05:26:10 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) }],