Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-02-21 18:28:30 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-02-21 18:28:30 (GMT)
commita50446a2f4fe964d2b0628ee8f4c1fa76d2f8e8b (patch)
tree3c450e8314a710b11d529ca2acbeb362a33ca6fe /memorizetoolbar.py
parent891396bd2dbd151438893ea784fff206af86f125 (diff)
better name for demo game containing drums and guitar sounds
drumgit -> sounds #6539
Diffstat (limited to 'memorizetoolbar.py')
-rwxr-xr-xmemorizetoolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/memorizetoolbar.py b/memorizetoolbar.py
index 46049c8..dee0a65 100755
--- a/memorizetoolbar.py
+++ b/memorizetoolbar.py
@@ -35,12 +35,12 @@ class MemorizeToolbar(gtk.Toolbar):
standard_game_names = ['Load demo games',
'addition',
'letters',
- 'drumgit'
+ 'sounds'
]
translated_game_names = [_('Load demo games'),
_('addition'),
_('letters'),
- _('drumgit')
+ _('sounds')
]
__gsignals__ = {