From 312a7a58ea41e410d503aa34ea75b3a1d1d833ac Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 28 Jul 2006 21:30:32 +0000 Subject: [PATCH] translate text attribute for skin objects --- skin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.py b/skin.py index f13ec9ca..ecd4355e 100644 --- a/skin.py +++ b/skin.py @@ -111,7 +111,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value): elif attrib == 'title': guiObject.setTitle(_(value)) elif attrib == 'text': - guiObject.setText(value) + guiObject.setText(_(value)) elif attrib == 'font': guiObject.setFont(parseFont(value)) elif attrib == 'zPosition': -- 2.30.2