VirtualBox

Changeset 105800 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 21, 2024 10:16:37 PM (6 months ago)
Author:
vboxsync
Message:

FE/Qt: Boot Failure Dialog and User Name Password Editor: Adjust warning mark NLS.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIBootFailureDialog.cpp

    r105782 r105800  
    244244    bool fISOValid = checkISOImage();
    245245    if (m_pBootImageSelector)
    246         m_pBootImageSelector->mark(!fISOValid, tr("The path is invalid."), tr("The path is valid."));
     246        m_pBootImageSelector->mark(!fISOValid, tr("The path is invalid"), tr("The path is valid"));
    247247
    248248    if (m_pResetButton)
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIUserNamePasswordEditor.cpp

    r104631 r105800  
    228228    bool fComplete = (m_pUserNameLineEdit && !m_pUserNameLineEdit->text().isEmpty());
    229229    if (m_pUserNameLineEdit)
    230         m_pUserNameLineEdit->mark(!fComplete, UIUserNamePasswordEditor::tr("Username cannot be an empty string."),
     230        m_pUserNameLineEdit->mark(!fComplete, UIUserNamePasswordEditor::tr("Username cannot be an empty string"),
    231231                                  UIUserNamePasswordEditor::tr("Username is valid"));
    232232    return fComplete;
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