Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/InstrumentDB.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-02-28 17:44:46 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-02-28 17:44:46 (GMT)
commit9f102e39661e19b330785f729c0fb3fecaca286a (patch)
tree4fade3f97e08f3b44dc6e02c8ed641e6f022eb6a /common/Util/InstrumentDB.py
parenta0705d8ff9b25c1172e38925ec27bb28f9e5a1e9 (diff)
Various i18n cleanups #2646
Diffstat (limited to 'common/Util/InstrumentDB.py')
-rw-r--r--common/Util/InstrumentDB.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/InstrumentDB.py b/common/Util/InstrumentDB.py
index ac72a19..e7cbce0 100644
--- a/common/Util/InstrumentDB.py
+++ b/common/Util/InstrumentDB.py
@@ -24,7 +24,7 @@ class Instrument:
self.wav = wav
self.img = img
self.category = category
- self.nameTooltip = nameTooltip
+ self.nameTooltip = nameTooltip or name
# build an Instrument instance by parsing a file
def loadFromPath(self, path ):