Changeset 90451 in vbox
- Timestamp:
- Aug 1, 2021 9:01:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp
r90423 r90451 50 50 QString UINotificationProgressMediumCreate::details() const 51 51 { 52 return UINotificationProgress::tr("<b>Location:</b> %1<br><b>Size:</b> %2").arg(m_strLocation ).arg(m_uSize);52 return UINotificationProgress::tr("<b>Location:</b> %1<br><b>Size:</b> %2").arg(m_strLocation, uiCommon().formatSize(m_uSize)); 53 53 } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.