2356: add comments about genitive form issues under some locales

svn: r18914
This commit is contained in:
Jérôme Rapinat
2012-02-17 15:48:43 +00:00
parent 6231c38625
commit b7f7ce860f
24 changed files with 38 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ class TitleA(TitleBox):
if center is not None:
name = name_displayer.display(center)
# feature request 2356: avoid genitive form
self.text = _("Ancestor Graph for %s") % name
self.set_box_height_width()