mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
typo--
This commit is contained in:
parent
cf670a74b1
commit
26ef4c77f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue