* src/MediaView.py (__init__): Translate column header.
* doc/gramps-manual/ru/cmdline.xml: Update translation. * doc/gramps-manual/ru/faq.xml: Update translation. * doc/gramps-manual/ru/mainwin.xml: Update translation. svn: r2557
This commit is contained in:
@@ -75,7 +75,7 @@ class MediaView:
|
||||
self.preview = glade.get_widget("preview")
|
||||
|
||||
self.column_headers = [(_('Title'),4,350), (_('ID'),1,50),
|
||||
(_('Type'),2,70), ('Path',3,150), ('',4,0) ]
|
||||
(_('Type'),2,70), (_('Path'),3,150), ('',4,0) ]
|
||||
|
||||
self.id2col = {}
|
||||
self.selection = self.list.get_selection()
|
||||
|
Reference in New Issue
Block a user