VirtualBox

Changeset 56157 in vbox


Ignore:
Timestamp:
May 29, 2015 3:38:17 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100689
Message:

FE/Qt: Global Preferences dialog: Forgot something in r100685.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.cpp

    r56153 r56157  
    284284
    285285    /* Translate actions: */
    286     m_pActionAdd->setText(tr("&Add Package"));
    287     m_pActionRemove->setText(tr("&Remove Package"));
     286    m_pActionAdd->setText(tr("Add Package"));
     287    m_pActionRemove->setText(tr("Remove Package"));
    288288
    289289    m_pActionAdd->setWhatsThis(tr("Adds new package."));
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp

    r56153 r56157  
    657657
    658658        /* Translate action text: */
    659         m_pActionAddNetworkNAT->setText(tr("&Add NAT Network"));
    660         m_pActionDelNetworkNAT->setText(tr("&Remove NAT Network"));
    661         m_pActionEditNetworkNAT->setText(tr("&Edit NAT Network"));
     659        m_pActionAddNetworkNAT->setText(tr("Add NAT Network"));
     660        m_pActionDelNetworkNAT->setText(tr("Remove NAT Network"));
     661        m_pActionEditNetworkNAT->setText(tr("Edit NAT Network"));
    662662
    663663        m_pActionAddNetworkNAT->setWhatsThis(tr("Adds new NAT network."));
     
    673673    {
    674674        /* Translate action text: */
    675         m_pActionAddNetworkHost->setText(tr("&Add Host-only Network"));
    676         m_pActionDelNetworkHost->setText(tr("&Remove Host-only Network"));
    677         m_pActionEditNetworkHost->setText(tr("&Edit Host-only Network"));
     675        m_pActionAddNetworkHost->setText(tr("Add Host-only Network"));
     676        m_pActionDelNetworkHost->setText(tr("Remove Host-only Network"));
     677        m_pActionEditNetworkHost->setText(tr("Edit Host-only Network"));
    678678
    679679        m_pActionAddNetworkHost->setWhatsThis(tr("Adds new host-only network."));
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