From a50446a2f4fe964d2b0628ee8f4c1fa76d2f8e8b Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 21 Feb 2008 18:28:30 +0000 Subject: better name for demo game containing drums and guitar sounds drumgit -> sounds #6539 --- 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__ = { -- cgit v0.9.1