Changeset 82470 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 6, 2019 5:27:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r81563 r82470 3008 3008 pActionOpenExistingMedium->setData(QVariant::fromValue(UIMediumTarget(strControllerName, comCurrentAttachment.GetPort(), 3009 3009 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...")); 3012 3011 3013 3012 … … 3018 3017 comCurrentAttachment.GetDevice(), enmMediumType, 3019 3018 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...")); 3022 3020 3023 3021
Note:
See TracChangeset
for help on using the changeset viewer.