Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples
diff options
context:
space:
mode:
Diffstat (limited to 'pysamples')
-rw-r--r--pysamples/grecord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysamples/grecord.py b/pysamples/grecord.py
index 84b1a5c..c53857d 100644
--- a/pysamples/grecord.py
+++ b/pysamples/grecord.py
@@ -202,7 +202,7 @@ def myblock(tw, arg):
tw.grecord = Grecord(tw)
# Sometime we need to parse multiple arguments, e.g., save, savename
- save_name = _('Turtle Art') + ' ' + _('sound')
+ save_name = '%s_%s' % (tw.activity.name, _('sound'))
if type(arg) == type([]):
cmd = arg[0].lower()
if len(arg) > 1: