summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-18 13:42:42 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-18 13:42:42 +0200
commit73c3f5fba688d9359dbf79f70b8759aee2857e41 (patch)
treea5f768f3e3f218a6e3f4e0457d86ecd3ba140311 /src/Gui/CCMainWindow.py
parent2365e9d8567450c6cbed58bbdb8f212ce2b83fe3 (diff)
downloadabrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.tar.gz
abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.tar.xz
abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.zip
updated translation strings
Diffstat (limited to 'src/Gui/CCMainWindow.py')
-rw-r--r--src/Gui/CCMainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index ac0b600..3ad979d 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -76,7 +76,7 @@ class MainWindow():
self.modelfilter.set_visible_func(self.filter_dumps, None)
self.dlist.set_model(self.modelfilter)
# add pixbuff separatelly
- icon_column = gtk.TreeViewColumn('Icon')
+ icon_column = gtk.TreeViewColumn(_("Icon"))
icon_column.cell = gtk.CellRendererPixbuf()
icon_column.cell.set_property('cell-background', "#C9C9C9")
n = self.dlist.append_column(icon_column)