Update timeline.cpp

This commit is contained in:
wongcc966422
2014-01-24 19:26:34 +08:00
parent 3b8214bab8
commit b136eee573

View File

@@ -312,7 +312,7 @@ void timeLine::mousePressEvent( QMouseEvent* event )
{
delete m_hint;
m_hint = textFloat::displayMessage( tr( "Hint" ),
tr( "Hold <Shift>+<Right click> to move the begin loop point; Press <Ctrl> to disable magnetic loop points." ),
tr( "Hold <Shift> to move the begin loop point; Press <Ctrl> to disable magnetic loop points." ),
embed::getIconPixmap( "hint" ), 0 );
}