summaryrefslogtreecommitdiff
path: root/translate-widget/translate.lua
diff options
context:
space:
mode:
Diffstat (limited to 'translate-widget/translate.lua')
-rw-r--r--translate-widget/translate.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate-widget/translate.lua b/translate-widget/translate.lua
index 2b64bf8..27f65c7 100644
--- a/translate-widget/translate.lua
+++ b/translate-widget/translate.lua
@@ -106,7 +106,7 @@ local function translate(to_translate, lang)
-- calculate height of the widget
w.height = h1 + h2 + h3 + 20
- -- try to vetrtically align the icon
+ -- try to vertically align the icon
w.left.img:set_top((h1 + h2 + h3 + 20 - 48)/2)
w.visible = true