VirtualBox

Ignore:
Timestamp:
Dec 6, 2019 5:27:03 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: UICommon: NLS fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp

    r81563 r82470  
    30083008    pActionOpenExistingMedium->setData(QVariant::fromValue(UIMediumTarget(strControllerName, comCurrentAttachment.GetPort(),
    30093009                                                                          comCurrentAttachment.GetDevice(), enmMediumType)));
    3010     pActionOpenExistingMedium->setText(QApplication::translate("UIMachineSettingsStorage", "Choose/Create a disk image...",
    3011                                                                "This is used for hard disks, optical media and floppies"));
     3010    pActionOpenExistingMedium->setText(QApplication::translate("UIMachineSettingsStorage", "Choose/Create a disk image..."));
    30123011
    30133012
     
    30183017                                                                    comCurrentAttachment.GetDevice(), enmMediumType,
    30193018                                                                    UIMediumTarget::UIMediumTargetType_WithFileDialog)));
    3020     pActionFileSelector->setText(QApplication::translate("UIMachineSettingsStorage", "Choose a disk file...",
    3021                                                          "This is used for selecting an existing disk file"));
     3019    pActionFileSelector->setText(QApplication::translate("UIMachineSettingsStorage", "Choose a disk file..."));
    30223020
    30233021
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