mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
fix typo
This commit is contained in:
parent
accd178572
commit
730435c032
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class FilesBaseManager(object):
|
||||||
|
|
||||||
def compact_allocation_warning(self):
|
def compact_allocation_warning(self):
|
||||||
msgBox = gtk.MessageDialog(parent = None, buttons = gtk.BUTTONS_OK,
|
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.run()
|
||||||
msgBox.destroy()
|
msgBox.destroy()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue