fix a string
This commit is contained in:
parent
dc2cbfe7cf
commit
e235a7b0f5
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue