Changeset 6581


Ignore:
Timestamp:
Aug 18, 2008, 1:45:13 AM (15 years ago)
Author:
livings124
Message:

typo--

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/javascript/transmission.js

    r6578 r6581  
    11471147                        var torrent = torrents[0];
    11481148                        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?';
    11501150                        dialog.confirm( header, message, 'Remove', 'transmission.removeTorrents', torrents );
    11511151                }
Note: See TracChangeset for help on using the changeset viewer.