Translation cleanups

svn: r1591
This commit is contained in:
Alex Roitman
2003-05-24 03:40:58 +00:00
parent 7f76fb51d7
commit e3d92c3b05
7 changed files with 70 additions and 26 deletions

View File

@@ -828,7 +828,7 @@ class EditPerson:
the close window"""
if self.did_data_change():
n = "<i>%s</i>" % self.person.getPrimaryName().getRegularName()
SaveDialog(_('Save changes to %s?' % n),
SaveDialog(_('Save changes to %s?') % n,
_('If you close without saving, the changes you '
'have made will be lost'),
self.cancel_callback,
@@ -845,7 +845,7 @@ class EditPerson:
the close window"""
if self.did_data_change():
n = "<i>%s</i>" % self.person.getPrimaryName().getRegularName()
SaveDialog(_('Save Changes to %s?' % n),
SaveDialog(_('Save Changes to %s?') % n,
_('If you close without saving, the changes you '
'have made will be lost'),
self.cancel_callback,