VirtualBox

Changeset 92428 in vbox


Ignore:
Timestamp:
Nov 15, 2021 2:20:53 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10141. Removng retranslate code for the action which were migrated to action pool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp

    r92427 r92428  
    118118        m_pMainMenu->setTitle(tr("&Medium"));
    119119
    120     if (m_pActionAdd)
    121     {
    122         m_pActionAdd->setText(tr("&Add..."));
    123         m_pActionAdd->setToolTip(tr("Add Disk Image"));
    124         m_pActionAdd->setStatusTip(tr("Add existing disk image file"));
    125     }
    126 
    127     if (m_pActionCreate)
    128     {
    129         m_pActionCreate->setText(tr("&Create..."));
    130         m_pActionCreate->setToolTip(tr("Create Disk Image"));
    131         m_pActionCreate->setStatusTip(tr("Create new disk image file"));
    132     }
    133 
    134     if (m_pActionRefresh)
    135     {
    136         m_pActionRefresh->setText(tr("&Refresh"));
    137         m_pActionRefresh->setToolTip(tr("Refresh Disk Image Files (%1)").arg(m_pActionRefresh->shortcut().toString()));
    138         m_pActionRefresh->setStatusTip(tr("Refresh the list of disk image files"));
    139     }
    140 
    141120    if (m_pCancelButton)
    142121        m_pCancelButton->setText(tr("&Cancel"));
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