From ef4dee467a47c3a13245456b4807c64893a17647 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Tue, 8 Sep 2015 16:14:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 1264929..0754278 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -252,7 +252,7 @@ class ClUpdateAction(Action): Get('cl_update_eixupdate_force') == 'force')) }, {'name': 'update_setup_cache', - 'message': __("Updating the package setup cache"), + 'message': __("Updating the cache of configurable packages"), 'method': 'Update.updateSetupCache()', 'essential': False, 'condition': lambda Get: Get('cl_update_outdate_set') == 'on'