aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skin.py2
1 files changed, 1 insertions, 1 deletions
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':