[entropy.client] change error string

"repository does not exist online" is for some people confusing,
better saying "cannot download the repository".
This commit is contained in:
Fabio Erculiani
2012-07-17 10:53:56 +02:00
parent ece0b58858
commit 60d4de50e7

View File

@@ -504,7 +504,7 @@ class AvailablePackagesRepositoryUpdater(object):
if not down_status:
mytxt = "%s: %s." % (bold(_("Attention")),
red(_("repository does not exist online")),)
red(_("unable to download the repository")),)
self._entropy.output(
mytxt,
importance = 1,