Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GUI_Components/Library_Pane.py
diff options
context:
space:
mode:
Diffstat (limited to 'GUI_Components/Library_Pane.py')
-rw-r--r--GUI_Components/Library_Pane.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/GUI_Components/Library_Pane.py b/GUI_Components/Library_Pane.py
index 85bbdf6..1ecb7d6 100644
--- a/GUI_Components/Library_Pane.py
+++ b/GUI_Components/Library_Pane.py
@@ -21,9 +21,9 @@ class Library_Pane(Pane):
def __init__(self):
Pane.__init__(self)
- self.wikis = {"English Wikipedia" : "en.wikipedia.org",
- "Simple English Wikipedia" : "simple.wikipedia.org",
- "German Wikipedia": "de.wikipedia.org"}
+ self.wikis = {_("English Wikipedia") : "en.wikipedia.org",
+ _("Simple English Wikipedia") : "simple.wikipedia.org",
+ _("German Wikipedia") : "de.wikipedia.org"}
self.toolbar = gtk.Toolbar()