svn: r4387
This commit is contained in:
Eero Tamminen 2005-04-20 19:35:32 +00:00
parent 2725773aa0
commit dab1b6c8a7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-04-20 Eero Tamminen <eerot@sf>
* src/plugins/ChangeNames.py: Fix typo
2005-04-20 Don Allingham <don@gramps-project.org> 2005-04-20 Don Allingham <don@gramps-project.org>
* src/DisplayModels.py: fix bad index into list * src/DisplayModels.py: fix bad index into list
* src/Relationship.py: handle race condition where the screen * src/Relationship.py: handle race condition where the screen

View File

@ -88,7 +88,7 @@ class ChangeNames:
self.display() self.display()
else: else:
OkDialog(_('No modifications made'), OkDialog(_('No modifications made'),
_("No capitalization changes where detected.")) _("No capitalization changes were detected."))
def display(self): def display(self):