Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Tooltips.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-03-16 13:18:56 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-03-16 13:18:56 (GMT)
commit1b5ff67e8c8b276caeed81174c2bb6f5fc6e6817 (patch)
treee68166cf4354fa415e4474432446604d2d916cfc /common/Tooltips.py
parent24cd13d7d9e94b2adbe1b78bb17ffd19180ffef0 (diff)
i18n enhancements #2670
Diffstat (limited to 'common/Tooltips.py')
-rw-r--r--common/Tooltips.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Tooltips.py b/common/Tooltips.py
index 37531e9..ea5bd5d 100644
--- a/common/Tooltips.py
+++ b/common/Tooltips.py
@@ -96,7 +96,7 @@ class Tooltips:
self.PROP['cutoffGen'] = _('Open algorithmic generator')
self.PROP['line'] = _('Line')
self.PROP['drunk'] = _('Drunk')
- self.PROP['droneJump'] = _('Drone and jump')
+ self.PROP['droneJump'] = _('Drone and Jump')
self.PROP['repeater'] = _('Repeater')
self.PROP['loopseg'] = _('Loop segments')
self.PROP['minSlider'] = _('Minimum value')
@@ -137,4 +137,4 @@ class Tooltips:
TEMPO = _('Tempo')
RECMIC = _('Record with the microphone')
RECLAB = _('Open SynthLab to create noise')
- MT_RECORDBUTTONS = [_('Record mic into slot 1'), _('Record mic into slot 2'), _('Record mic into slot 3'), _('Record mic into slot 4')]
+ MT_RECORDBUTTONS = [_('Record microphone into slot 1'), _('Record microphone into slot 2'), _('Record microphone into slot 3'), _('Record microphone into slot 4')]