From d334774bf8d571d45c3f50d61a4eb763e5f0a356 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Thu, 12 May 2011 12:26:49 +0000 Subject: Fix (again) tooltip of Drumsets. - SL #2189 The tooltips were fixed with 1d0baebcfd5798028602f80619643f17ce04721d but changed again in 04fc5bfe0a89607bf34b3f475a93fdddc25f3969 --- (limited to 'common/Util/Instruments.py') 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 -- cgit v0.9.1