VirtualBox

Changeset 67087 in vbox for trunk/src


Ignore:
Timestamp:
May 25, 2017 2:55:56 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: Selector UI: Host Network Manager: Fixing a bit of NLS stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp

    r67075 r67087  
    217217        m_pActionAdd->setText(UIHostNetworkManager::tr("&Create"));
    218218        m_pActionAdd->setToolTip(UIHostNetworkManager::tr("Create Host-only Network (%1)").arg(m_pActionAdd->shortcut().toString()));
    219         m_pActionAdd->setStatusTip(UIHostNetworkManager::tr("Creates new host-only network."));
     219        m_pActionAdd->setStatusTip(UIHostNetworkManager::tr("Create new host-only network"));
    220220    }
    221221    if (m_pActionRemove)
     
    223223        m_pActionRemove->setText(UIHostNetworkManager::tr("&Remove..."));
    224224        m_pActionRemove->setToolTip(UIHostNetworkManager::tr("Remove Host-only Network (%1)").arg(m_pActionRemove->shortcut().toString()));
    225         m_pActionRemove->setStatusTip(UIHostNetworkManager::tr("Removes selected host-only network."));
     225        m_pActionRemove->setStatusTip(UIHostNetworkManager::tr("Remove selected host-only network"));
    226226    }
    227227    if (m_pActionDetails)
     
    229229        m_pActionDetails->setText(UIHostNetworkManager::tr("&Details..."));
    230230        m_pActionDetails->setToolTip(UIHostNetworkManager::tr("Open Host-only Network Details (%1)").arg(m_pActionDetails->shortcut().toString()));
    231         m_pActionDetails->setStatusTip(UIHostNetworkManager::tr("Opens pane with the selected host-only network details."));
     231        m_pActionDetails->setStatusTip(UIHostNetworkManager::tr("Open pane with the selected host-only network details"));
    232232    }
    233233    if (m_pActionCommit)
     
    235235        m_pActionCommit->setText(UIHostNetworkManager::tr("&Apply..."));
    236236        m_pActionCommit->setToolTip(UIHostNetworkManager::tr("Apply Changes in Host-only Network Details (%1)").arg(m_pActionCommit->shortcut().toString()));
    237         m_pActionCommit->setStatusTip(UIHostNetworkManager::tr("Applies changes in host-only network details pane."));
     237        m_pActionCommit->setStatusTip(UIHostNetworkManager::tr("Apply changes in host-only network details pane"));
    238238    }
    239239
     
    812812    {
    813813        /* Configure toolbar: */
    814         const QStyle *pStyle = QApplication::style();
    815         const int iIconMetric = (int)(pStyle->pixelMetric(QStyle::PM_SmallIconSize) * 1.375);
     814        const int iIconMetric = (int)(QApplication::style()->pixelMetric(QStyle::PM_SmallIconSize) * 1.375);
    816815        m_pToolBar->setIconSize(QSize(iIconMetric, iIconMetric));
    817816        m_pToolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
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