From 8303b83e863409c2c91ed62514370d796843c21a Mon Sep 17 00:00:00 2001
From: James Cameron <quozl@laptop.org>
Date: Thu, 19 Aug 2010 13:50:31 +1000
Subject: [PATCH] fix drum kit tooltips, SL #2189 DLO #9515

---
 common/Util/Instruments.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py
index 83def45..de30f44 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -302,8 +302,8 @@ DRUMTIPS = [
     _('Jazz / Rock Kit'),
     _('African Kit'),
     _('Arabic Kit'),
-    _('South American Kit'),
     _('Electronic Kit'),
+    _('South American Kit'),
     _('Nepali') ]
 
 DRUMCOUNT = 6
-- 
1.7.1

