From cc1f7cf6bfb97838796112e986df50caf5cb3578 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 13 Jul 2010 11:57:30 +0200 Subject: [PATCH] [entropy.client.interfaces.db] tweak repository update status message text --- libraries/entropy/client/interfaces/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy/client/interfaces/db.py b/libraries/entropy/client/interfaces/db.py index 5c8bf93d7..7ab73fb2d 100644 --- a/libraries/entropy/client/interfaces/db.py +++ b/libraries/entropy/client/interfaces/db.py @@ -1761,7 +1761,7 @@ class AvailablePackagesRepositoryUpdater(object): if not self.__force: if not updatable: mytxt = "%s: %s." % (bold(_("Attention")), - red(_("database is already up to date")),) + red(_("repository is already up to date")),) self._entropy.output( mytxt, importance = 1,