VirtualBox

Changeset 71845 in vbox


Ignore:
Timestamp:
Apr 12, 2018 10:19:15 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9157 Some grammatical corrections

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

    r71839 r71845  
    394394        if (extPack.isNull() || !extPack.GetUsable())
    395395        {
    396             message.second << tr("You are trying enable disk encryption for this virtual machine. "
     396            message.second << tr("You are trying to 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("Disk 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("Disk 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("Disk Encryption passwords do not match.");
     425                message.second << tr("Disk encryption passwords do not match.");
    426426            fPass = false;
    427427        }
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.ui

    r71839 r71845  
    216216        <widget class="QCheckBox" name="m_pCheckBoxEncryption">
    217217         <property name="whatsThis">
    218           <string>When checked, disks that are attached to this virtual machine are encrypted.</string>
     218          <string>When checked, disks attached to this virtual machine will be encrypted.</string>
    219219         </property>
    220220         <property name="text">
     
    296296           <widget class="QLineEdit" name="m_pEditorEncryptionPassword">
    297297            <property name="whatsThis" >
    298              <string>Holds the encryption password for disk attached to this virtual machine.</string>
     298             <string>Holds the encryption password for disks attached to this virtual machine.</string>
    299299            </property>
    300300           </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