From dc29a5e775d1e9032a180bb21c364461cb06b33c Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sat, 15 Jul 2006 02:30:26 +0000 Subject: [PATCH] corrected help sentence git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@239 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/automation_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/automation_editor.cpp b/src/core/automation_editor.cpp index 52f972d63..87c0d58d7 100644 --- a/src/core/automation_editor.cpp +++ b/src/core/automation_editor.cpp @@ -242,7 +242,7 @@ automationEditor::automationEditor( engine * _engine ) : QWhatsThis::add( m_drawButton, #endif tr( "If you click here, draw-mode will be activated. In this " - "mode you can add, resize and move single values. This " + "mode you can add and move single values. This " "is the default-mode which is used most of the time. " "You can also press 'D' on your keyboard to activate " "this mode." ) );