summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/UpdateManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 04ad107c..965afb79 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -208,12 +208,12 @@ class MyCache(apt.Cache):
except urllib2.HTTPError:
if lock.locked():
self.all_changes[name] = [_("The list of changes is not "
- "available yet. Please try again "
+ "available yet.\nPlease try again "
"later."), srcpkg]
except IOError:
if lock.locked():
self.all_changes[name] = [_("Failed to download the list "
- "of changes. Please "
+ "of changes. \nPlease "
"check your Internet "
"connection."), srcpkg]
if lock.locked():