fix a string

This commit is contained in:
Yann Leboulanger 2005-11-21 13:52:37 +00:00
parent dc2cbfe7cf
commit e235a7b0f5
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ _('Connection with peer cannot be established.'))
return None
if stat[6] == 0:
dialogs.ErrorDialog(_('Invalid File'),
_('It is not possible to send files with length of 0 bytes')).get_response()
_('It is not possible to send files with length of 0 byte')).get_response()
return None
file_props['elapsed-time'] = 0
file_props['size'] = unicode(stat[6])