* 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:
Alex Roitman
2003-12-27 05:02:18 +00:00
parent 0b062f3d9d
commit dc895384a4
5 changed files with 467 additions and 485 deletions

View File

@@ -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()