Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network_webui/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network_webui/app.py')
-rw-r--r--sugar_network_webui/app.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar_network_webui/app.py b/sugar_network_webui/app.py
index 4ad8e02..e97f2bf 100644
--- a/sugar_network_webui/app.py
+++ b/sugar_network_webui/app.py
@@ -337,8 +337,8 @@ def artifact_copy(guid):
f.write(blob.read())
title = _('Artifact has been downloaded.')
body = _('Success!\n\n'
- 'File %s has been copied to your Documents folder.\n'
- 'You can access it from the Journal.' % filename)
+ 'File %(filename)s has been copied to your Documents folder.\n'
+ 'You can access it from the Journal.' , filename=filename)
return render_template('dialog.html', title=title, body=body)