Changeset 63795 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 12, 2016 11:56:35 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110619
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r63765 r63795 2253 2253 { 2254 2254 return questionBinary(windowManager().networkManagerOrMainWindowShown(), MessageType_Question, 2255 tr("Do you want to delete the downloaded file <nobr><b>%1</b> .</nobr>")2255 tr("Do you want to delete the downloaded file <nobr><b>%1</b></nobr>?") 2256 2256 .arg(strTo), 2257 2257 0 /* auto-confirm id */, … … 2262 2262 { 2263 2263 return questionBinary(windowManager().networkManagerOrMainWindowShown(), MessageType_Question, 2264 tr("Do you want to delete following list of files . <nobr><b>%1</b>.</nobr>")2264 tr("Do you want to delete following list of files <nobr><b>%1</b></nobr>?") 2265 2265 .arg(strFiles.join(",")), 2266 2266 0 /* auto-confirm id */,
Note:
See TracChangeset
for help on using the changeset viewer.