Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Instruments.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-05-12 12:26:49 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-05-12 12:26:49 (GMT)
commitd334774bf8d571d45c3f50d61a4eb763e5f0a356 (patch)
tree29fd270572e4a611bafd68d227d5fbe918236b82 /common/Util/Instruments.py
parent907ec7301d05d8db60b4d0b07918f6f9179e1521 (diff)
Fix (again) tooltip of Drumsets. - SL #2189
The tooltips were fixed with 1d0baebcfd5798028602f80619643f17ce04721d but changed again in 04fc5bfe0a89607bf34b3f475a93fdddc25f3969
Diffstat (limited to 'common/Util/Instruments.py')
-rw-r--r--common/Util/Instruments.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py
index 2136286..1228b72 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -294,8 +294,8 @@ DRUM6KIT = { 24 : "drum6madal00",
_addInstrument( "drum1kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM1KIT, nameTooltip=_('Jazz / Rock Kit') )
_addInstrument( "drum2kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM2KIT, nameTooltip=_('African Kit') )
_addInstrument( "drum3kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM3KIT, nameTooltip=_('Arabic Kit') )
-_addInstrument( "drum4kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM4KIT, nameTooltip=_('South American Kit') )
-_addInstrument( "drum5kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM5KIT, nameTooltip=_('Electronic Kit') )
+_addInstrument( "drum4kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM4KIT, nameTooltip=_('Electronic Kit') )
+_addInstrument( "drum5kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM5KIT, nameTooltip=_('South American Kit') )
_addInstrument( "drum6kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM6KIT, nameTooltip=_('Nepali') )
DRUMCOUNT = 6