Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/sounds.zip (renamed from demos/drumgit.zip)bin577355 -> 577355 bytes
-rwxr-xr-xmemorizetoolbar.py4
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/drumgit.zip b/demos/sounds.zip
index 6d0dc77..6d0dc77 100644
--- a/demos/drumgit.zip
+++ b/demos/sounds.zip
Binary files differ
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__ = {