Changeset 13888
- Timestamp:
- Jan 27, 2013, 6:48:59 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/mainwin.cc
r13886 r13888 751 751 const QString text = Formatter::sizeToString (bytes); 752 752 753 const QString tip = tr ("Download directory \"%1\" has %2 spacefree")753 const QString tip = tr ("Download folder \"%1\" has %2 free") 754 754 .arg (myPrefs.getString (Prefs::DOWNLOAD_DIR)) 755 755 .arg (text); -
trunk/web/index.html
r13884 r13888 67 67 </div> 68 68 69 <div title="Free Space available in the Download Directory" id="freespace-info"></div>69 <div title="Free Space available in the Download Folder" id="freespace-info"></div> 70 70 71 71 <div id='speed-info'>
Note: See TracChangeset
for help on using the changeset viewer.