diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 01:25:41 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 01:25:41 +0200 |
| commit | 9318df1e981635e6d0df4eaa98e3b2d62bb32c88 (patch) | |
| tree | 9aa90bfa49a1594369ae5e6b9c6d7d437396a630 /UpdateManager | |
| parent | a724825aa77f025f21aeb5a4092114c4b267e7a5 (diff) | |
| download | python-apt-9318df1e981635e6d0df4eaa98e3b2d62bb32c88.tar.gz | |
* use a new line in the error messages of the changelog view, since
we don't support wrapped lines
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/UpdateManager.py | 4 |
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(): |
