mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
tweak full hd dialog when adding a new torrent
This commit is contained in:
parent
b221e7ac82
commit
ced47db339
1 changed files with 2 additions and 3 deletions
|
@ -1380,9 +1380,8 @@ torrent error."))
|
|||
nice_need = common.fsize(e.needed_space)
|
||||
nice_free = common.fsize(e.free_space)
|
||||
dialogs.show_popup_warning(self.window, _("There is not enough free\
|
||||
disk space to complete your download.") + "\n" + \
|
||||
_("Space Needed:") + " " + nice_need + "\n" +
|
||||
_("Available Space:") + " " + nice_free)
|
||||
disk space to complete your download.") + "\n" + _("Space Needed:") + " " + \
|
||||
nice_need + "\n" + _("Available Space:") + " " + nice_free)
|
||||
else:
|
||||
self.torrent_model_append(unique_id)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue