2008-02-22 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/DataViews/GrampletView.py: translate "Gramplet"
	* src/plugins/Makefile.am : add AgeOnDate.py QR
	* po/POTFILES.in: add AgeOnDate.py QR



svn: r10095
This commit is contained in:
Doug Blank
2008-02-22 13:11:41 +00:00
parent f3db8c0e75
commit a1450a8c29
4 changed files with 8 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class LinkTag(gtk.TextTag):
class GrampletWindow(ManagedWindow.ManagedWindow):
def __init__(self, gramplet):
self.title = gramplet.title + " Gramplet"
self.title = gramplet.title + " " + _("Gramplet")
self.gramplet = gramplet
ManagedWindow.ManagedWindow.__init__(self, gramplet.uistate, [], gramplet)
self.set_window(gtk.Dialog("",gramplet.uistate.window,