Make text for failed upgrade dialog clearer (#697193)
---
pyanaconda/upgrade.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/upgrade.py b/pyanaconda/upgrade.py index 427e7ff..99c4932 100644 --- a/pyanaconda/upgrade.py +++ b/pyanaconda/upgrade.py @@ -84,7 +84,7 @@ def findRootParts(anaconda): oldInstalls = "" for info in notUpgradable: if None in info[:2]: - oldInstalls += "on %s" % (info[2]) + oldInstalls += _("Unknown release on %s") % (info[2]) else: oldInstalls += "%s %s on %s" % (info) oldInstalls += " " -- 1.7.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 09:32 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.