* src/ViewManager.py (ViewManager.about): Translate comments.

* src/const.py.in: No gettext (won't work anyway because const.py
	is imported before textdomain is set.


svn: r7444
This commit is contained in:
Alex Roitman
2006-10-27 02:49:54 +00:00
parent fadc1ff28a
commit 624df01e01
3 changed files with 4 additions and 2 deletions

View File

@ -571,7 +571,7 @@ class ViewManager:
f.close()
except:
pass
about.set_comments(const.comments)
about.set_comments(_(const.comments))
about.set_website_label(_('GRAMPS Homepage'))
about.set_website('http://gramps-project.org')
about.set_authors(const.authors)