hig a string

This commit is contained in:
Nikos Kouremenos 2005-06-12 20:38:19 +00:00
parent 8e609b36de
commit d549183d4e
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ class VcardWindow:
if file:
filesize = os.path.getsize(file) # in bytes
if filesize > 8192:
dialogs.ErrorDialog(_('The filesize of image "%s" is too large') % file, _('The file must not be more than 8 kilobytes')).get_response()
dialogs.ErrorDialog(_('The filesize of image "%s" is too large') % file,
_('The file must not be more than 8 kilobytes.')).get_response()
return
fd = open(file)
data = fd.read()