m_splitButton->setWhatsThis(xi18nc("@info:whatsthis","Turns on or off the split view in the project and/or clip monitor: on the left the clip with effect is shown, on the right the clip without effect."));
m_balanceSlider->setWhatsThis(xi18nc("@info:whatsthis","Adjusts the output balance of the track. Negative values move the output towards the left, positive values to the right. Affects all audio clips equally."));
m_balanceSpin->setWhatsThis(xi18nc("@info:whatsthis","Adjusts the output balance of the track. Negative values move the output towards the left, positive values to the right. Affects all audio clips equally."));
}
// Check if we already have build-in filters for this tractor
m_filterButton->setWhatsThis(xi18nc("@info:whatsthis","Filter the project bin contents. Click on the filter icon to toggles the filter display. Click on the arrow icon to open a list of possible filter settings."));
buttonConfigure->setWhatsThis(xi18nc("@info:whatsthis","Opens a window with encoding profiles and their parameters. From here you can create, change, delete and download profiles used for timeline preview, proxy generation, and video, screen and decklink capture."));
buttonNext->setToolTip(i18n("Go to next subtitle"));
buttonNext->setWhatsThis(xi18nc("@info:whatsthis","Moves the playhead in the timeline to the beginning of the subtitle to the right."));
buttonPrev->setToolTip(i18n("Go to previous subtitle"));
buttonPrev->setWhatsThis(xi18nc("@info:whatsthis","Moves the playhead in the timeline to the beginning of the subtitle to the left."));
buttonAdd->setToolTip(i18n("Add subtitle"));
buttonAdd->setWhatsThis(xi18nc("@info:whatsthis","Creates a new subtitle with the default length (set in <interface>Settings->Configure Kdenlive…->Misc</interface>) at the current playhead position/frame."));
buttonCut->setToolTip(i18n("Split subtitle at cursor position"));
buttonCut->setWhatsThis(xi18nc("@info:whatsthis","Cuts the subtitle text at the cursor position and creates a new subtitle to the right (like cutting a clip)."));
buttonUp->setWhatsThis(xi18nc("@info:whatsthis","Moves the effect above the one right above it. Effects are handled sequentially from top to bottom so sequence is important."));
buttonDown->setWhatsThis(xi18nc("@info:whatsthis","Moves the effect below the one right below it. Effects are handled sequentially from top to bottom so sequence is important."));
widgetlist->setWhatsThis(xi18nc("@info:whatsthis","Click to show a list of favorite effects. Double-click on an effect to add it to the selected clip."));
basketButton->setWhatsThis(xi18nc("@info:whatsthis","Click to show a list of favorite effects. Double-click on an effect to add it to the selected clip."));
scalingAction->setToolTip(i18n("Preview resolution - lower resolution means faster preview"));
scalingAction->setWhatsThis(xi18nc("@info:whatsthis","Sets the preview resolution of the project/clip monitor. One can select between 1:1, 720p, 540p, 360p, 270p (the lower the resolution the faster the preview)."));
// Combobox padding is bad, so manually add a space before text
manage_profiles->setWhatsThis(xi18nc("@info:whatsthis","Opens the profile dialog window in which you can change project profiles. Note: The profile used in the open project cannot be changed."));