Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-03-16 13:19:49 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-03-16 13:19:49 (GMT)
commita9044a4a3f4103bd6f6639d799fd037f1eed1ecd (patch)
treef2f3b09ca546a8e658bf226c7c4132be8241b192 /common/Util
parent1b5ff67e8c8b276caeed81174c2bb6f5fc6e6817 (diff)
TamTam typo #2693
Diffstat (limited to 'common/Util')
-rw-r--r--common/Util/Instruments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py
index 8462e0d..2136286 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -61,7 +61,7 @@ _addInstrument( "drum1chine", INST_SIMP, PUNCH, 'percussions', 0, 0, 0, 1, kitSt
_addInstrument( "drum1kick", INST_SIMP, LOW, 'percussions', 0, 0, 0, 1, kitStage = True )
_addInstrument( "piano", INST_TIED, MID, 'keyboard', 0.8883, 1.420524, .13575, 1, nameTooltip = _("Piano") )
_addInstrument( "dog", INST_SIMP, MID, 'animals', 0, 0, 0, 1, nameTooltip = _("Dog") )
-_addInstrument( "chiken", INST_TIED, MID, 'animals', .1972125, .8689675781, .02, 0.5, nameTooltip = _("Chiken") )
+_addInstrument( "chiken", INST_TIED, MID, 'animals', .1972125, .8689675781, .02, 0.5, nameTooltip = _("Chicken") )
_addInstrument( "duck", INST_SIMP, MID, 'animals', 0, 0, 0, 0.7, nameTooltip = _("Duck") )
_addInstrument( "armbone", INST_SIMP, MID, 'concret', 0, 0, 0, 0.8, nameTooltip = _("Armbone") )
_addInstrument( "drum2darbukadoom", INST_SIMP, LOW, 'percussions', 0, 0 ,0, 1, kitStage = True )