[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user