- Timestamp:
- Dec 12, 2008 4:36:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxOSTypeSelectorWidget.cpp
r14566 r15383 117 117 { 118 118 mTxFamilyName->setText (tr ("Operating &System:")); 119 m TxFamilyName->setWhatsThis (tr ("Displays the operating system family that "120 119 mCbFamily->setWhatsThis (tr ("Displays the operating system family that " 120 "you plan to install into this virtual machine.")); 121 121 mTxTypeName->setText (tr ("V&ersion:")); 122 m TxTypeName->setWhatsThis (tr ("Displays the operating system type that "123 124 122 mCbType->setWhatsThis (tr ("Displays the operating system type that " 123 "you plan to install into this virtual " 124 "machine (called a guest operating system).")); 125 125 } 126 126
Note:
See TracChangeset
for help on using the changeset viewer.