Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-03-17 21:17:50 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-03-17 21:17:50 (GMT)
commit09957f537b9f525360d0dcf712428e73424b4e7e (patch)
tree0af00de47726cb45f8221eb0fbf46d5a2a990274
parent3ad159d471cd754d101ef8be977ab0d83f38b605 (diff)
gtextted strings
-rw-r--r--pippy_app.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pippy_app.py b/pippy_app.py
index bf97e40..bf2b2fd 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -101,8 +101,8 @@ class WordsActivity(ViewSourceActivity):
transbox2 = gtk.HBox()
# Labels.
- label1 = gtk.Label("Word")
- label2 = gtk.Label("Translation")
+ label1 = gtk.Label(_("Word"))
+ label2 = gtk.Label(_("Translation"))
# Text entry box to enter word to be translated.
self.totranslate = gtk.Entry(max=50)