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 18:59:26 (GMT)
commit955ff5badb0b7e1d17fff19ed51a38bc749c562c (patch)
tree5469fcae499e793221342e64ab3d1f01723515c9
parenta65265f289c7f43573d5a70b0096e6a70d0ad4b3 (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