Changeset 6581
- Timestamp:
- Aug 18, 2008, 1:45:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/javascript/transmission.js
r6578 r6581 1147 1147 var torrent = torrents[0]; 1148 1148 var header = 'Remove ' + torrent.name() + '?'; 1149 var message += 'Once removed, continuing the transfer will require the torrent file. Are you sure you want to remove it?';1149 var message = 'Once removed, continuing the transfer will require the torrent file. Are you sure you want to remove it?'; 1150 1150 dialog.confirm( header, message, 'Remove', 'transmission.removeTorrents', torrents ); 1151 1151 }
Note: See TracChangeset
for help on using the changeset viewer.