From be479c8e48828fd0d839a4004a74f459d0e8bcac Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Mon, 26 Dec 2016 21:02:12 +0100 Subject: [PATCH] Translate tooltips --- src/manjaro_hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 4a22450..3707fe7 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -144,6 +144,8 @@ class ManjaroHello(): # Redfining all translatables strings # TODO: Find a better solution elts = { + "about": "tooltip_text", + "welcome": "tooltip_text", "welcometitle": "label", "welcomelabel": "label", "firstcategory": "label",