From: Mitchell Livingston Date: Mon, 18 Aug 2008 01:45:13 +0000 (+0000) Subject: typo-- X-Git-Tag: 1.40~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26ef4c77f4501bfbaef7229f15b3cf3893e674ed;p=transmission typo-- --- diff --git a/web/javascript/transmission.js b/web/javascript/transmission.js index 8a28c4e49..2cbd1daeb 100644 --- a/web/javascript/transmission.js +++ b/web/javascript/transmission.js @@ -1146,7 +1146,7 @@ Transmission.prototype = { var torrent = torrents[0]; var header = 'Remove ' + torrent.name() + '?'; - var message += 'Once removed, continuing the transfer will require the torrent file. Are you sure you want to remove it?'; + var message = 'Once removed, continuing the transfer will require the torrent file. Are you sure you want to remove it?'; dialog.confirm( header, message, 'Remove', 'transmission.removeTorrents', torrents ); } else