From 1b5ff67e8c8b276caeed81174c2bb6f5fc6e6817 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Wed, 16 Mar 2011 13:18:56 +0000 Subject: i18n enhancements #2670 --- (limited to 'common/Tooltips.py') 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')] -- cgit v0.9.1