diff options
author | Robert Jonsson <spamatica@gmail.com> | 2012-10-02 19:56:09 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2012-10-02 19:56:09 +0000 |
commit | 1b0b76eff1325963420c3e4b6d50e3f7e4c791f4 (patch) | |
tree | 5966e7d9e2a7b354f5b9ff76d41c3799f5242061 /muse2/muse | |
parent | 179e91299cb95ad6b24d2f2c9b59b1c0874f4238 (diff) |
cursor mode explanation
Diffstat (limited to 'muse2/muse')
-rw-r--r-- | muse2/muse/widgets/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/widgets/tools.cpp b/muse2/muse/widgets/tools.cpp index d46126a9..da3f4d01 100644 --- a/muse2/muse/widgets/tools.cpp +++ b/muse2/muse/widgets/tools.cpp @@ -65,7 +65,7 @@ ToolB toolList[] = { {&drawIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "draw"), infoDraw }, {&editmuteIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "mute parts"), infoMute }, {&drawIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "edit automation"),infoAutomation}, - {&cursorIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "cursor"), infoCursor}, + {&cursorIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "cursor (tracker mode)\nNavigate with arrow keys\nUse VBNM to place notes\nChange step with 0 and 9"), infoCursor}, }; //--------------------------------------------------------- |