VirtualBox

Changeset 44738 in vbox


Ignore:
Timestamp:
Feb 18, 2013 3:29:54 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Global settings / Input page / Few NLS fixes.

File:
1 edited

Legend:

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

    r44737 r44738  
    161161    {
    162162        strTitle += ": " + VBoxGlobal::removeAccelMark(m_pTabWidget->tabText(UIHotKeyTableIndex_Selector));
    163         strWarning = tr("there are duplicated shortcuts found.");
     163        strWarning = tr("there are duplicated shortcuts.");
    164164        return false;
    165165    }
     
    167167    {
    168168        strTitle += ": " + VBoxGlobal::removeAccelMark(m_pTabWidget->tabText(UIHotKeyTableIndex_Machine));
    169         strWarning = tr("there are duplicated shortcuts found.");
     169        strWarning = tr("there are duplicated shortcuts.");
    170170        return false;
    171171    }
     
    194194    m_pMachineTable->setWhatsThis(tr("Lists all the available shortcuts "
    195195                                     "which can be configured."));
    196     m_pFilterEditor->setWhatsThis(tr("Allows to filter the shortcuts list."));
     196    m_pFilterEditor->setWhatsThis(tr("Enter a sequence to filter the shortcut list."));
    197197}
    198198
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