In .:
2006-11-18 Alex Roitman <shura@gramps-project.org> * src/ReportBase/_StyleEditor.py (__init__): Translate string. In po: 2006-11-18 Piotr Czubaszek <pioterus@gmail.com> * pl.po: Translation update. svn: r7647
This commit is contained in:
parent
58da9fb6ef
commit
2e495a8315
@ -1,3 +1,6 @@
|
||||
2006-11-18 Alex Roitman <shura@gramps-project.org>
|
||||
* src/ReportBase/_StyleEditor.py (__init__): Translate string.
|
||||
|
||||
2006-11-18 Don Allingham <don@gramps-project.org>
|
||||
* src/DataViews/_RelationshipView.py: fix messages
|
||||
* help/C/gramps.xml: improvements in text
|
||||
|
@ -1,3 +1,6 @@
|
||||
2006-11-18 Piotr Czubaszek <pioterus@gmail.com>
|
||||
* pl.po: Translation update.
|
||||
|
||||
2006-11-17 Morten Bo Johansen <mbj@spamcop.net>
|
||||
* da.po: Translation update.
|
||||
|
||||
|
@ -98,7 +98,7 @@ class StyleListDisplay:
|
||||
title_label.set_use_markup(True)
|
||||
|
||||
self.list = ListModel.ListModel(self.top.get_widget("list"),
|
||||
[('Style',-1,10)],)
|
||||
[(_('Style'),-1,10)],)
|
||||
self.redraw()
|
||||
if parent_window:
|
||||
self.window.set_transient_for(parent_window)
|
||||
|
Loading…
Reference in New Issue
Block a user