Changeset 100589 in vbox
- Timestamp:
- Jul 14, 2023 5:00:45 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r100389 r100589 1599 1599 "from <nobr><a href=\"%1\">%1</a></nobr> " 1600 1600 "and saved locally as <nobr><b>%2</b>.</nobr></p>" 1601 "<p>Do you wish to register this disk image file and insert it into the virtual optical drive?</p>")1601 "<p>Do you wish to continue with Guest Additions installation?</p>") 1602 1602 .arg(strUrl, strSrc), 1603 1603 0 /* auto-confirm id */, 1604 tr(" Insert", "additions"));1604 tr("Continue", "additions")); 1605 1605 } 1606 1606
Note:
See TracChangeset
for help on using the changeset viewer.