VirtualBox

Ignore:
Timestamp:
Apr 12, 2018 9:13:27 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9157 Modify some tooltips and labels to emphasize that encrytion means 'disk encryption'

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp

    r71027 r71839  
    394394        if (extPack.isNull() || !extPack.GetUsable())
    395395        {
    396             message.second << tr("You are trying to encrypt this virtual machine. "
     396            message.second << tr("You are trying enable disk encryption for this virtual machine. "
    397397                                 "However, this requires the <i>%1</i> to be installed. "
    398398                                 "Please install the Extension Pack from the VirtualBox download site.")
     
    408408        {
    409409            if (m_pComboCipher->currentIndex() == 0)
    410                 message.second << tr("Encryption cipher type not specified.");
     410                message.second << tr("Disk Encryption cipher type not specified.");
    411411            fPass = false;
    412412        }
     
    419419        {
    420420            if (m_pEditorEncryptionPassword->text().isEmpty())
    421                 message.second << tr("Encryption password empty.");
     421                message.second << tr("Disk Encryption password empty.");
    422422            else
    423423            if (m_pEditorEncryptionPassword->text() !=
    424424                m_pEditorEncryptionPasswordConfirm->text())
    425                 message.second << tr("Encryption passwords do not match.");
     425                message.second << tr("Disk Encryption passwords do not match.");
    426426            fPass = false;
    427427        }
     
    946946    return fSuccess;
    947947}
    948 
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.ui

    r71027 r71839  
    210210     <widget class="QWidget" name="m_pTabEncryption">
    211211      <attribute name="title">
    212        <string>Enc&amp;ryption</string>
     212       <string>Disk Enc&amp;ryption</string>
    213213      </attribute>
    214214      <layout class="QGridLayout" name="m_pLayoutEncryption">
     
    216216        <widget class="QCheckBox" name="m_pCheckBoxEncryption">
    217217         <property name="whatsThis">
    218           <string>When checked, enables encryption for this virtual machine.</string>
     218          <string>When checked, disks that are attached to this virtual machine are encrypted.</string>
    219219         </property>
    220220         <property name="text">
    221           <string>En&amp;able Encryption</string>
     221          <string>En&amp;able Disk Encryption</string>
    222222         </property>
    223223        </widget>
     
    263263           <widget class="QLabel" name="m_pLabelCipher">
    264264            <property name="text">
    265              <string>Encryption C&amp;ipher:</string>
     265             <string>Disk Encryption C&amp;ipher:</string>
    266266            </property>
    267267            <property name="alignment">
     
    296296           <widget class="QLineEdit" name="m_pEditorEncryptionPassword">
    297297            <property name="whatsThis" >
    298              <string>Holds the password to be assigned to the virtual machine.</string>
     298             <string>Holds the encryption password for disk attached to this virtual machine.</string>
    299299            </property>
    300300           </widget>
     
    316316           <widget class="QLineEdit" name="m_pEditorEncryptionPasswordConfirm">
    317317            <property name="whatsThis" >
    318              <string>Confirms the password to be assigned to the virtual machine.</string>
     318             <string>Confirms the disk encryption password.</string>
    319319            </property>
    320320           </widget>
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