]> granicus.if.org Git - transmission/commitdiff
typo--
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 18 Aug 2008 01:45:13 +0000 (01:45 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 18 Aug 2008 01:45:13 +0000 (01:45 +0000)
web/javascript/transmission.js

index 8a28c4e490b333a79f0c266d1647d6459ffa1673..2cbd1daeb8773894add4d09533f04e395d222f26 100644 (file)
@@ -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