Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-12-23 18:28:12 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-12-23 18:28:12 (GMT)
commita02d92fc161ab29c597bc0d9af6e32866c6daa6d (patch)
tree641cbd133d106a2864efce7ced80282137b27173 /common
parentf0f990a625a882b5c6f34f4a1eaf412b6eeaf8b5 (diff)
TamTam typo #3282 (cjl)
Diffstat (limited to 'common')
-rw-r--r--common/Tooltips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Tooltips.py b/common/Tooltips.py
index d4e9b1f..61b496b 100644
--- a/common/Tooltips.py
+++ b/common/Tooltips.py
@@ -55,7 +55,7 @@ class Tooltips:
self.Edit["2drumMuteButton"] = _("Left click to mute, right click to solo")
self.ALGO = {}
- self.ALGO["XYButton1"] = _('-- Rhythm density, | Rhythm regularity' )
+ self.ALGO["XYButton1"] = _('-- Rhythm density, | Rhythm regularity' )
self.ALGO["XYButton2"] = _('-- Pitch regularity, | Pitch maximum step' )
self.ALGO["XYButton3"] = _('-- Average duration, | Silence probability')
self.ALGO["drunk"] = _('Drunk')