From 64f6f1dfd1d7a2050d74d2207a3501df20ad3a1f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 21 Nov 2005 14:07:32 +0000 Subject: [PATCH] better string --- src/filetransfers_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py index 2af00d21b..c1da4373d 100644 --- a/src/filetransfers_window.py +++ b/src/filetransfers_window.py @@ -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])