better string

This commit is contained in:
Yann Leboulanger 2005-11-21 14:07:32 +00:00
parent e235a7b0f5
commit 64f6f1dfd1
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 byte')).get_response()
_('It is not possible to send empty files')).get_response()
return None
file_props['elapsed-time'] = 0
file_props['size'] = unicode(stat[6])