This commit is contained in:
Jean-Marie Traissard 2007-05-14 01:10:31 +00:00
parent eca640f2f7
commit 6022a52681
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ class ProfileWindow:
stat = os.stat(path_to_file)
if stat[6] == 0:
invalid_file = True
msg = _('File is emty')
msg = _('File is empty')
else:
invalid_file = True
msg = _('File does not exist')

View file

@ -132,7 +132,7 @@ class VcardWindow:
stat = os.stat(path_to_file)
if stat[6] == 0:
invalid_file = True
msg = _('File is emty')
msg = _('File is empty')
else:
invalid_file = True
msg = _('File does not exist')