fix typo
svn: r4387
This commit is contained in:
parent
2725773aa0
commit
dab1b6c8a7
@ -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>
|
||||
* src/DisplayModels.py: fix bad index into list
|
||||
* src/Relationship.py: handle race condition where the screen
|
||||
|
@ -88,7 +88,7 @@ class ChangeNames:
|
||||
self.display()
|
||||
else:
|
||||
OkDialog(_('No modifications made'),
|
||||
_("No capitalization changes where detected."))
|
||||
_("No capitalization changes were detected."))
|
||||
|
||||
def display(self):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user