From 052d9566a9c0663e8615e6b8f4c5a2f6522adf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Mon, 21 Jun 2010 09:32:47 +0400 Subject: [PATCH] Changed text --- pym/update_config/cl_update_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/update_config/cl_update_config.py b/pym/update_config/cl_update_config.py index 0560121..d871c41 100644 --- a/pym/update_config/cl_update_config.py +++ b/pym/update_config/cl_update_config.py @@ -193,7 +193,7 @@ class updateUserConfigs(shareUpdateConfigs): def updateConfig(self, nameProgram, xUsers): """Обновление конфигурационных файлов у пользователей""" self.logger.info(_("Package %s") %nameProgram) - self.logger.info(_("Update users configuration files")) + self.logger.info(_("Update desktop configuration files")) if not os.path.exists(self.firstEnvFile): self.printWARNING(_("File '%s' does not exist")%self.firstEnvFile) return True