Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-06-29 16:38:00 (GMT)
committer Nat <natcl@hotmail.com>2007-06-29 16:38:00 (GMT)
commit7ac91312aebf4f05a024b221792f20ec51f3421c (patch)
tree3545d47898d92462de851187dc6a1cb64ad2f20c /Resources
parentb149c04c7eaa1ec7a49686ca53fb7af253ae3916 (diff)
Record buttons in minitamtam
Diffstat (limited to 'Resources')
-rw-r--r--Resources/tooltips_en.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Resources/tooltips_en.py b/Resources/tooltips_en.py
index 5d4c53a..7b6c5f8 100644
--- a/Resources/tooltips_en.py
+++ b/Resources/tooltips_en.py
@@ -106,7 +106,7 @@ class Tooltips:
REV = 'Reverb'
PLAY = 'Play / Stop'
STOP = 'Stop'
- SEQ = 'Sequencer'
+ SEQ = 'Left click to record, right click to record on top'
GEN = 'Generate'
COMPL = 'Complexity of beat'
BEAT = 'Beats per bar'
@@ -118,6 +118,8 @@ class Tooltips:
ELEC = 'Electronic Kit'
RECMIC = 'Record with the microphone'
RECLAB = 'Open SynthLab to create noise'
+ MT_RECORDBUTTONS = ['Record mic into slot 1', 'Record mic into slot 2', 'Record mic into slot 3', 'Record mic into slot 4']
+
#Synthlab
SOURCE = 'Source'