VirtualBox

Changeset 54956 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2015 7:20:23 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: NLS fix for r99201.

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

    r54953 r54956  
    403403        {
    404404            if (m_pComboCipher->currentIndex() == 0)
    405                 message.second << tr("Encryption cipher type is not specified.");
     405                message.second << tr("Encryption cipher type not specified.");
    406406        }
    407407        /* Password should be entered and confirmed if once changed: */
     
    412412        {
    413413            if (m_pEditorEncryptionPassword->text().isEmpty())
    414                 message.second << tr("Encryption password is not entered.");
    415             else
    416             if (m_pEditorEncryptionPasswordConfirm->text().isEmpty())
    417                 message.second << tr("Encryption password is not confirmed.");
     414                message.second << tr("Encryption password empty.");
    418415            else
    419416            if (m_pEditorEncryptionPassword->text() !=
    420417                m_pEditorEncryptionPasswordConfirm->text())
    421                 message.second << tr("Entered and confirmed encryption passwords doesn't match.");
     418                message.second << tr("Encryption passwords do not match.");
    422419            fPass = false;
    423420        }
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.ui

    r54953 r54956  
    216216        <widget class="QCheckBox" name="m_pCheckBoxEncryption">
    217217         <property name="whatsThis">
    218           <string>When checked, enables the encryption of this virtual machine.</string>
     218          <string>When checked, enables encryption for this virtual machine.</string>
    219219         </property>
    220220         <property name="text">
     
    276276           <widget class="QComboBox" name="m_pComboCipher">
    277277            <property name="whatsThis" >
    278              <string>Holds the cipher to be used for the virtual machine storage encryption.</string>
     278             <string>Holds the cipher to be used for encrypting the virtual machine disks.</string>
    279279            </property>
    280280           </widget>
     
    296296           <widget class="QLineEdit" name="m_pEditorEncryptionPassword">
    297297            <property name="whatsThis" >
    298              <string>Holds the password to be assigned for the virtual machine.</string>
     298             <string>Holds the password to be assigned to the 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 for the virtual machine.</string>
     318             <string>Confirms the password to be assigned to the virtual machine.</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