summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'UpdateManager/UpdateManager.py')
-rw-r--r--UpdateManager/UpdateManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 4357a436..4c082f21 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -150,9 +150,9 @@ class MyCache(apt.Cache):
"later."), srcpkg]
except IOError:
if lock.locked():
- self.all_changes[name] = [_("Failed to download the list"
+ self.all_changes[name] = [_("Failed to download the list "
"of changes. Please "
- "check your internet "
+ "check your Internet "
"connection."), srcpkg]
if lock.locked():
lock.release()