Changeset 37345 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 7, 2011 12:24:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72108
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWizard.cpp
r37331 r37345 306 306 { 307 307 if (strBaseFormatName == "VDI") 308 return tr("&VDI (VirtualBox hard disk file)"); 308 return tr("&VDI (VirtualBox Disk Image)"); 309 else if (strBaseFormatName == "VMDK") 310 return tr("V&MDK (Virtual Machine Disk)"); 309 311 else if (strBaseFormatName == "VHD") 310 return tr("V&HD"); 311 else if (strBaseFormatName == "VMDK") 312 return tr("V&MDK"); 312 return tr("V&HD (Virtual Hard Disk)"); 313 313 return strBaseFormatName; 314 314 }
Note:
See TracChangeset
for help on using the changeset viewer.