mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
#1252 - Extranious semi-colon
This commit is contained in:
@@ -379,7 +379,7 @@ Torrent.prototype =
|
||||
// Create the 'progress details' label
|
||||
// Eg: '698.05 MB, uploaded 8.59 GB (Ratio: 12.3)'
|
||||
progress_details = Math.formatBytes( this._size )
|
||||
+ ', uploaded ';
|
||||
+ ', uploaded '
|
||||
+ Math.formatBytes( this._upload_total )
|
||||
+ ' (Ratio '
|
||||
+ Math.ratio( this._upload_total, this._download_total )
|
||||
|
||||
Reference in New Issue
Block a user