From c2f7e8daa341fa1afbb7fccb1be3735e3add4f19 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sat, 17 Dec 2016 13:46:13 +0100 Subject: [PATCH] Fix missing translation --- src/manjaro-hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index f2a93bf..4fa04ec 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -121,6 +121,7 @@ class ManjaroHello(): # TODO: Find a better solution elts = { "welcometitle": "label", + "welcomelabel": "label", "firstcategory": "label", "secondcategory": "label", "thirdcategory": "label",