diff --git a/pym/update/update.py b/pym/update/update.py index 41f95fe..d19aa59 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -1184,7 +1184,7 @@ class Update(MethodsInterface): os.unlink(bin_cache_fn) except OSError: raise UpdateError( - _("Failed to clear ini cache of binary repository")) + _("Failed to remove cached ini.env of binary repository")) raise UpdateError(_("Failed to find the server with " "appropriate updates")) diff --git a/pym/update/wsdl_update.py b/pym/update/wsdl_update.py index 02927d7..f95dfd1 100644 --- a/pym/update/wsdl_update.py +++ b/pym/update/wsdl_update.py @@ -87,7 +87,7 @@ class Wsdl(WsdlBase): 'cl_update_branch_data', 'cl_templates_locate', 'cl_verbose_set', 'cl_dispatch_conf'), - next_label=_("Perform"))]}, + next_label=_("Run"))]}, # # Сменить профиль # @@ -140,7 +140,7 @@ class Wsdl(WsdlBase): 'cl_update_profile_linux_fullname', 'cl_update_profile_depend_data') )], - 'brief': {'next': __("Perform"), + 'brief': {'next': __("Run"), 'name': __("Set the profile")}}, # # Настроить автопроверку обновлений