VirtualBox

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


Ignore:
Timestamp:
Mar 28, 2025 1:41:06 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168218
Message:

FE/Qt: Fixing wrong translation context in some of the new vm pages.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r108575 r108785  
    496496        if (m_pNameAndSystemEditor->name().isEmpty())
    497497            m_pNameAndSystemEditor->markNameEditor(m_pNameAndSystemEditor->name().isEmpty(),
    498                                                    tr("Virtual machine name cannot be empty"), tr("Virtual machine name is valid"));
     498                                                   UIWizardNewVM::tr("Virtual machine name cannot be empty"),
     499                                                   UIWizardNewVM::tr("Virtual machine name is valid"));
    499500        else
    500501            m_pNameAndSystemEditor->markNameEditor((QDir(m_pNameAndSystemEditor->fullPath()).exists()),
    501                                                    tr("Virtual machine path is not unique"), tr("Virtual machine name is valid"));
     502                                                   UIWizardNewVM::tr("Virtual machine path is not unique"),
     503                                                   UIWizardNewVM::tr("Virtual machine name is valid"));
    502504
    503505        m_pNameAndSystemEditor->markImageEditor(!UIWizardNewVMNameOSTypeCommon::checkISOFile(m_pNameAndSystemEditor->ISOImagePath()),
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp

    r108191 r108785  
    790790        if (m_pNameAndSystemEditor->name().isEmpty())
    791791            m_pNameAndSystemEditor->markNameEditor(m_pNameAndSystemEditor->name().isEmpty(),
    792                                                    tr("Virtual machine name cannot be empty"), tr("Virtual machine name is valid"));
     792                                                   UIWizardNewVM::tr("Virtual machine name cannot be empty"),
     793                                                   UIWizardNewVM::tr("Virtual machine name is valid"));
    793794        else
    794795            m_pNameAndSystemEditor->markNameEditor(!isMachineFolderUnique(),
    795                                                    tr("Virtual machine path is not unique"), tr("Virtual machine name is valid"));
     796                                                   UIWizardNewVM::tr("Virtual machine path is not unique"),
     797                                                   UIWizardNewVM::tr("Virtual machine name is valid"));
    796798
    797799        m_pNameAndSystemEditor->markImageEditor(!UIWizardNewVMNameOSTypeCommon::checkISOFile(m_pNameAndSystemEditor->ISOImagePath()),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette