VirtualBox

Changeset 104551 in vbox


Ignore:
Timestamp:
May 8, 2024 12:50:28 PM (7 months ago)
Author:
vboxsync
Message:

FE/Qt: NLS fixes for Cloud Profile Manager button used in a bunch of cloud related wizard, This is related to bugref:10663, bugref:10664, bugref:10670 and bugref:10671.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp

    r104550 r104551  
    176176    /* Translate profile stuff: */
    177177    if (m_pProfileToolButton)
    178         m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open cloud profile manager..."));
     178    {
     179        m_pProfileToolButton->setText(UIWizardAddCloudVM::tr("Cloud Profile Manager"));
     180        m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Opens cloud profile manager..."));
     181    }
    179182
    180183    /* Translate received values of Source combo-box.
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp

    r104550 r104551  
    441441    /* Translate profile stuff: */
    442442    m_pProfileLabel->setText(UIWizardAddCloudVM::tr("&Profile:"));
    443     m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open cloud profile manager..."));
     443    if (m_pProfileToolButton)
     444    {
     445        m_pProfileToolButton->setText(UIWizardAddCloudVM::tr("Cloud Profile Manager"));
     446        m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Opens cloud profile manager..."));
     447    }
    444448    m_pSourceInstanceLabel->setText(UIWizardAddCloudVM::tr("&Instances:"));
    445449
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp

    r104550 r104551  
    516516    /* Translate profile stuff: */
    517517    m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:"));
    518     m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open cloud profile manager..."));
     518    if (m_pProfileToolButton)
     519    {
     520        m_pProfileToolButton->setText(UIWizardExportApp::tr("Cloud Profile Manager"));
     521        m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Opens cloud profile manager..."));
     522    }
    519523
    520524    /* Translate option label: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageFormat.cpp

    r104550 r104551  
    10031003    /* Translate profile stuff: */
    10041004    m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:"));
    1005     m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open cloud profile manager..."));
     1005    if (m_pProfileToolButton)
     1006    {
     1007        m_pProfileToolButton->setText(UIWizardExportApp::tr("Cloud Profile Manager"));
     1008        m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Opens cloud profile manager..."));
     1009    }
    10061010
    10071011    /* Translate option label: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp

    r104550 r104551  
    446446        m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:"));
    447447    if (m_pProfileToolButton)
    448         m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open cloud profile manager..."));
     448    {
     449        m_pProfileToolButton->setText(UIWizardImportApp::tr("Cloud Profile Manager"));
     450        m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Opens cloud profile manager..."));
     451    }
    449452    if (m_pProfileInstanceLabel)
    450453        m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSource.cpp

    r104550 r104551  
    707707        m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:"));
    708708    if (m_pProfileToolButton)
    709         m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open cloud profile manager..."));
     709    {
     710        m_pProfileToolButton->setText(UIWizardImportApp::tr("Cloud Profile Manager"));
     711        m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Opens cloud profile manager..."));
     712    }
    710713    if (m_pProfileInstanceLabel)
    711714        m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp

    r104550 r104551  
    269269        m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:"));
    270270    if (m_pProfileToolButton)
    271         m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open cloud profile manager..."));
     271    {
     272        m_pProfileToolButton->setText(UIWizardNewCloudVM::tr("Cloud Profile Manager"));
     273        m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Opens cloud profile manager..."));
     274    }
    272275
    273276    /* Update tool-tips: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp

    r104550 r104551  
    505505    /* Translate profile stuff: */
    506506    m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:"));
    507     m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open cloud profile manager..."));
     507    if (m_pProfileToolButton)
     508    {
     509        m_pProfileToolButton->setText(UIWizardNewCloudVM::tr("Cloud Profile Manager"));
     510        m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Opens cloud profile manager..."));
     511    }
    508512    m_pSourceImageLabel->setText(UIWizardNewCloudVM::tr("&Source:"));
    509513
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