Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GUI_Components/Image_Pane.py
diff options
context:
space:
mode:
Diffstat (limited to 'GUI_Components/Image_Pane.py')
-rw-r--r--GUI_Components/Image_Pane.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/GUI_Components/Image_Pane.py b/GUI_Components/Image_Pane.py
index 04dcd7b..648104e 100644
--- a/GUI_Components/Image_Pane.py
+++ b/GUI_Components/Image_Pane.py
@@ -116,8 +116,8 @@ class Image_Pane(Pane):
self.editarticle.textbox.set_article(article)
if article.article_theme == None:
article.article_theme = _("My Articles")
- theme_list = IO_Manager().get_pages_in_theme("Wikipedia Articles")
- self.gallery.theme = "Wikipedia Articles"
+ theme_list = IO_Manager().get_pages_in_theme(_("Wikipedia Articles"))
+ self.gallery.theme = _("Wikipedia Articles")
count = -1
self.gallery.articlemenu.get_model().clear()