Translation strings

svn: r1325
This commit is contained in:
Don Allingham
2003-03-05 06:01:31 +00:00
parent 77679c01a7
commit abd7257a8f
31 changed files with 2085 additions and 1596 deletions

View File

@ -56,6 +56,9 @@ class EditSource:
self.ref_not_loaded = 1
self.top_window = gtk.glade.XML(const.gladeFile,"sourceEditor")
Utils.set_title_label(self.top_window,_('Source Editor'))
plwidget = self.top_window.get_widget("iconlist")
self.gallery = ImageSelect.Gallery(source, self.path, plwidget, db, self)
self.title = self.top_window.get_widget("source_title")