- Timestamp:
- Jun 23, 2016 6:16:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r58968 r61865 474 474 case KStorageBus_Floppy: return QApplication::translate("VBoxGlobal", "Floppy", "StorageBus"); 475 475 case KStorageBus_SAS: return QApplication::translate("VBoxGlobal", "SAS", "StorageBus"); 476 case KStorageBus_USB: return QApplication::translate("VBoxGlobal", "USB", "Storage ControllerType"); // TODO: change to proper context later476 case KStorageBus_USB: return QApplication::translate("VBoxGlobal", "USB", "StorageBus"); 477 477 case KStorageBus_PCIe: return QApplication::translate("VBoxGlobal", "PCIe", "StorageBus"); 478 478 default: AssertMsgFailed(("No text for %d", bus)); break;
Note:
See TracChangeset
for help on using the changeset viewer.