Changeset 101330 in vbox
- Timestamp:
- Oct 3, 2023 2:19:04 PM (14 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.cpp
r98103 r101330 279 279 m_details.m_aLabels << tr("Storage details:"); 280 280 m_details.m_aLabels << tr("Attached to:"); 281 m_details.m_aLabels << tr("Encrypt ed withkey:");281 m_details.m_aLabels << tr("Encryption key:"); 282 282 m_details.m_aLabels << tr("UUID:"); 283 283 -
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStorageSettingsEditor.cpp
r101057 r101330 3177 3177 m_pLabelLocation->setText(tr("Location:")); 3178 3178 m_pLabelUsage->setText(tr("Attached to:")); 3179 m_pLabelEncryption->setText(tr("Encrypt ed withkey:"));3179 m_pLabelEncryption->setText(tr("Encryption key:")); 3180 3180 3181 3181 /* Translate storage-view: */
Note:
See TracChangeset
for help on using the changeset viewer.