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 1b45b8215c
commit 115892cc8d
4 changed files with 1439 additions and 2356 deletions

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)