- Timestamp:
- May 27, 2015 4:12:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp
r52730 r56108 146 146 /* Translate check-box: */ 147 147 m_pCheckBox->setText(QApplication::translate("UIMachineSettingsDisplay", "Screen %1").arg(m_iScreenIndex + 1)); 148 m_pCheckBox->setWhatsThis(QApplication::translate("UIMachineSettingsDisplay", " Enablevideo recording for screen %1.").arg(m_iScreenIndex + 1));148 m_pCheckBox->setWhatsThis(QApplication::translate("UIMachineSettingsDisplay", "When checked, enables video recording for screen %1.").arg(m_iScreenIndex + 1)); 149 149 } 150 150
Note:
See TracChangeset
for help on using the changeset viewer.