- Timestamp:
- Nov 8, 2021 2:32:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIBootFailureDialog.cpp
r91838 r92268 93 93 if (m_pLabel) 94 94 m_pLabel->setText(tr("The virtual machine failed to boot. That might be caused by a missing operating system " 95 "or misconfigured boot order. Mounting an operation install DVD might solve this problem. "95 "or misconfigured boot order. Mounting an operation system install DVD might solve this problem. " 96 96 "Selecting an ISO file will attempt to mount it after the dialog is closed.")); 97 97 98 98 if (m_pBootImageLabel) 99 m_pBootImageLabel->setText(tr(" BootDVD:"));99 m_pBootImageLabel->setText(tr("DVD:")); 100 100 if (m_pSuppressDialogCheckBox) 101 101 m_pSuppressDialogCheckBox->setText(tr("Do not show this dialog again"));
Note:
See TracChangeset
for help on using the changeset viewer.