Changeset 511
- Timestamp:
- 2007-07-11 21:09:42 (1 year ago)
- Files:
-
- trunk/chrome/content/dta/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.js
r510 r511 129 129 if (this._running.length == 1 && this._running[0].d.totalSize > 0) { 130 130 document.title = 131 Math.round(this._running[0].d.partialSize / this._running[0].d.totalSize * 100) + "% - " 131 this._running[0].d.percent 132 + ' - ' 132 133 + this.completed + "/" + Tree.rowCount + " - " 133 134 + speed + "/s - DownThemAll! - " + _("dip");
