Clarify conflicting download prompt
This commit is contained in:
parent
aa4c8e4126
commit
5d33d20d0c
|
|
@ -765,8 +765,8 @@ class AbstractDownloadItem(QObject):
|
|||
|
||||
log.downloads.debug("Setting filename to {}".format(self._filename))
|
||||
if self._get_conflicting_download():
|
||||
txt = ("<b>{}</b> is already downloading. Cancel and "
|
||||
"re-download?".format(html.escape(self._filename)))
|
||||
txt = ("<b>{}</b> is already downloading. Cancel and re-download?"
|
||||
"(\"No\" renames.)".format(html.escape(self._filename)))
|
||||
self._ask_confirm_question(
|
||||
"Cancel other download?", txt,
|
||||
custom_yes_action=self._cancel_conflicting_download,
|
||||
|
|
|
|||
Loading…
Reference in New Issue