VirtualBox

Changeset 61865 in vbox for trunk


Ignore:
Timestamp:
Jun 23, 2016 6:16:22 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Some NLS stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp

    r58968 r61865  
    474474        case KStorageBus_Floppy: return QApplication::translate("VBoxGlobal", "Floppy", "StorageBus");
    475475        case KStorageBus_SAS:    return QApplication::translate("VBoxGlobal", "SAS", "StorageBus");
    476         case KStorageBus_USB:    return QApplication::translate("VBoxGlobal", "USB", "StorageControllerType"); // TODO: change to proper context later
     476        case KStorageBus_USB:    return QApplication::translate("VBoxGlobal", "USB", "StorageBus");
    477477        case KStorageBus_PCIe:   return QApplication::translate("VBoxGlobal", "PCIe", "StorageBus");
    478478        default: AssertMsgFailed(("No text for %d", bus)); break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette