typo
This commit is contained in:
parent
eca640f2f7
commit
6022a52681
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ class ProfileWindow:
|
||||||
stat = os.stat(path_to_file)
|
stat = os.stat(path_to_file)
|
||||||
if stat[6] == 0:
|
if stat[6] == 0:
|
||||||
invalid_file = True
|
invalid_file = True
|
||||||
msg = _('File is emty')
|
msg = _('File is empty')
|
||||||
else:
|
else:
|
||||||
invalid_file = True
|
invalid_file = True
|
||||||
msg = _('File does not exist')
|
msg = _('File does not exist')
|
||||||
|
|
|
@ -132,7 +132,7 @@ class VcardWindow:
|
||||||
stat = os.stat(path_to_file)
|
stat = os.stat(path_to_file)
|
||||||
if stat[6] == 0:
|
if stat[6] == 0:
|
||||||
invalid_file = True
|
invalid_file = True
|
||||||
msg = _('File is emty')
|
msg = _('File is empty')
|
||||||
else:
|
else:
|
||||||
invalid_file = True
|
invalid_file = True
|
||||||
msg = _('File does not exist')
|
msg = _('File does not exist')
|
||||||
|
|
Loading…
Add table
Reference in a new issue