From 730435c032bcdddfa8d66f07ec5e7a2e11dacce0 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 21 Aug 2007 22:10:55 +0000 Subject: [PATCH] fix typo --- src/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.py b/src/files.py index a956e85c9..560fe7d77 100644 --- a/src/files.py +++ b/src/files.py @@ -101,7 +101,7 @@ class FilesBaseManager(object): def compact_allocation_warning(self): msgBox = gtk.MessageDialog(parent = None, buttons = gtk.BUTTONS_OK, - message_format = (_("File priority can only be set when using full allocation.\nPlease change your preference to disable compact allocation, then remove and readd this torrent."))) + message_format = (_("File priority can only be set when using full allocation.\nPlease change your preference to disable compact allocation, then remove and re-add this torrent."))) msgBox.run() msgBox.destroy()