Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent891396bd2dbd151438893ea784fff206af86f125 (diff)
better name for demo game containing drums and guitar sounds
drumgit -> sounds #6539
-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__ = {