From 15242666ce877035a06a036a6059f64135a27cf8 Mon Sep 17 00:00:00 2001 From: DC Date: Fri, 1 Apr 2016 03:54:17 -0700 Subject: [PATCH] UI: Pending torrent is not necessarily from magnet link --- renderer/views/torrent-list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderer/views/torrent-list.js b/renderer/views/torrent-list.js index d92db495..60f68dc4 100644 --- a/renderer/views/torrent-list.js +++ b/renderer/views/torrent-list.js @@ -171,8 +171,8 @@ function TorrentList (state) { if (!torrentSummary.files) { // We don't know what files this torrent contains var message = torrent - ? 'Downloading torrent data using magnet link...' - : 'Failed to download torrent data from magnet link. Click the download button to try again...' + ? 'Downloading torrent info...' + : 'Failed to load torrent info. Click the download button to try again...' filesElement = hx`
${message}
` } else { // We do know the files. List them and show download stats for each one