]> granicus.if.org Git - transmission/commitdiff
#1160: finish updating web ui inconsistent names
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 18 Aug 2008 01:36:29 +0000 (01:36 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 18 Aug 2008 01:36:29 +0000 (01:36 +0000)
web/javascript/transmission.js

index aba2ebf770efec32066716329f0341bfdd4da2e3..6d37552bf0eda881404f085877da6e4c62b2c4b6 100644 (file)
@@ -1146,9 +1146,9 @@ Transmission.prototype =
                {
                        var torrent = torrents[0];
                        var header = 'Remove ' + torrent.name() + '?';
-                       var message = 'The torrent \"' + torrent.name() + '\" is ' + torrent.stateStr();
+                       var message = 'The transfer is active';
                        if( torrent._error_message && torrent._error_message != '' ) message += ', but reporting an error';
-                       message += '. Remove this torrent? ';
+                       message += '. Are you sure you want to remove it?';
                        dialog.confirm( header, message, 'Remove', 'transmission.removeTorrents', torrents );
                }
                else