From 8fbcc58479377f44f5018870729181a264814d7a Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 28 Aug 2013 12:49:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D1=83=D1=81=D0=BF=D0=B5=D1=88=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/cl_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update/utils/cl_update.py b/update/utils/cl_update.py index 22a3186..3b058e9 100644 --- a/update/utils/cl_update.py +++ b/update/utils/cl_update.py @@ -31,8 +31,8 @@ class ClUpdateAction(Action): # ошибки, которые отображаются без подробностей native_error = (FilesError,) - successMessage = __("Update finished!") - failedMessage = __("Failed to update system") + successMessage = __("Revision update finished!") + failedMessage = __("Failed to update of system revision") interruptMessage = __("Update manually interrupted") # список задач для дейсвия