From b136eee5735eb4f9251a8a67b30384959de7cbca Mon Sep 17 00:00:00 2001 From: wongcc966422 Date: Fri, 24 Jan 2014 19:26:34 +0800 Subject: [PATCH] Update timeline.cpp --- src/core/timeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/timeline.cpp b/src/core/timeline.cpp index 121fd525e..74d754eba 100644 --- a/src/core/timeline.cpp +++ b/src/core/timeline.cpp @@ -312,7 +312,7 @@ void timeLine::mousePressEvent( QMouseEvent* event ) { delete m_hint; m_hint = textFloat::displayMessage( tr( "Hint" ), - tr( "Hold + to move the begin loop point; Press to disable magnetic loop points." ), + tr( "Hold to move the begin loop point; Press to disable magnetic loop points." ), embed::getIconPixmap( "hint" ), 0 ); }