Changeset 8409 in vbox
- Timestamp:
- Apr 28, 2008 9:33:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r8395 r8409 1075 1075 { 1076 1076 return message (aParent, Question, 1077 tr ("<p>The countof currently available virtual hard disks which can "1078 "be attached to <b><nobr>%1</nobr></b> virtual machineis less "1079 "than the count of attachments for this virtual machine.</p>"1080 " <p>You can run <b><nobr>New Virtual Disk</nobr></b> wizard by pressing"1081 "< b><nobr>Create</nobr></b> button to add new hard disk orstart "1082 " <b><nobr>Virtual Disk Manager</nobr></b> by pressing"1083 " <b><nobr>Manage</nobr></b> button to add some *.vdi file or"1084 " release some hard disk attached to another virtual machine.</p>")1077 tr ("<p>The number of currently available virtual hard disks which can " 1078 "be attached to the machine <b><nobr>%1</nobr></b> is less " 1079 "than the number of hard disk attachments for this virtual " 1080 "machine.</p>" 1081 "<p>You can press the <b>Create</b> button to start " 1082 "the <i>New Virtual Disk</i> wizard and create a new " 1083 "hard disk, or press the <b>Select</b> button to open " 1084 "the <i>Virtual Disk Manager</i> and select what to do.</p>") 1085 1085 .arg (aVMName), 1086 1086 0, /* aAutoConfirmId */ 1087 QIMessageBox::Yes | QIMessageBox::Default,1088 QIMessageBox::No ,1087 QIMessageBox::Yes, 1088 QIMessageBox::No | QIMessageBox::Default, 1089 1089 QIMessageBox::Cancel | QIMessageBox::Escape, 1090 1090 tr ("&Create", "hard disk"), 1091 tr (" &Manage", "hard disk"));1091 tr ("Select", "hard disk")); 1092 1092 } 1093 1093
Note:
See TracChangeset
for help on using the changeset viewer.