Changeset 44738 in vbox
- Timestamp:
- Feb 18, 2013 3:29:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.cpp
r44737 r44738 161 161 { 162 162 strTitle += ": " + VBoxGlobal::removeAccelMark(m_pTabWidget->tabText(UIHotKeyTableIndex_Selector)); 163 strWarning = tr("there are duplicated shortcuts found.");163 strWarning = tr("there are duplicated shortcuts."); 164 164 return false; 165 165 } … … 167 167 { 168 168 strTitle += ": " + VBoxGlobal::removeAccelMark(m_pTabWidget->tabText(UIHotKeyTableIndex_Machine)); 169 strWarning = tr("there are duplicated shortcuts found.");169 strWarning = tr("there are duplicated shortcuts."); 170 170 return false; 171 171 } … … 194 194 m_pMachineTable->setWhatsThis(tr("Lists all the available shortcuts " 195 195 "which can be configured.")); 196 m_pFilterEditor->setWhatsThis(tr(" Allows to filter the shortcutslist."));196 m_pFilterEditor->setWhatsThis(tr("Enter a sequence to filter the shortcut list.")); 197 197 } 198 198
Note:
See TracChangeset
for help on using the changeset viewer.