Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-12-20 10:27:56 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-12-20 10:27:56 (GMT)
commit26e022ddb5a3f7caefce5e9c232b7d00bd382408 (patch)
tree81c654e8504f59410eedb9d40edd244fbf331da9
parenteca8880ff44e29920c58be3a80ca45527ef8e960 (diff)
Downloaded files show up in the journal with unprintable character #5581
-rw-r--r--downloadmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloadmanager.py b/downloadmanager.py
index 826d153..5d4a80d 100644
--- a/downloadmanager.py
+++ b/downloadmanager.py
@@ -164,7 +164,7 @@ class Download:
self._stop_alert.connect('response', self.__stop_response_cb)
self._stop_alert.show()
- self._dl_jobject.metadata['title'] = _('File %s from\n%s.') % \
+ self._dl_jobject.metadata['title'] = _('File %s from %s.') % \
(file_name, self._source.spec)
self._dl_jobject.metadata['progress'] = '100'
self._dl_jobject.file_path = self._target_file.path