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:
Alex Roitman 2006-11-19 02:51:45 +00:00
parent 58da9fb6ef
commit 2e495a8315
4 changed files with 1439 additions and 2356 deletions

View File

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

View File

@ -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.

3787
po/pl.po

File diff suppressed because it is too large Load Diff

View File

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