From 233a176c97e1ee20a0ecde832411057af5d8e1f9 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 9 Apr 2014 15:43:53 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D0=BE=D0=B4=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/wsdl_install.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/wsdl_install.py b/install/wsdl_install.py index 511e16c..974b6a4 100644 --- a/install/wsdl_install.py +++ b/install/wsdl_install.py @@ -38,7 +38,7 @@ class Wsdl(WsdlBase): # категория метода 'category':__("Installation"), # заголовок метода - 'title':__("System install"), + 'title':__("System Install"), # иконка для графической консоли 'image':'calculate-install,system-installer,applications-other,'\ 'drive-harddisk', @@ -108,7 +108,7 @@ class Wsdl(WsdlBase): { 'method_name':"install_flash", 'category':__("Installation"), - 'title':__("Flash install"), + 'title':__("Flash Install"), 'image':'drive-removable-media-usb-pendrive,'\ 'drive-removable-media-usb,media-flash', 'gui':True, @@ -130,7 +130,7 @@ class Wsdl(WsdlBase): { 'method_name':"install_pxe", 'category':__("Installation"), - 'title':__("PXE install"), + 'title':__("PXE Install"), 'image':'network-server,preferences-desktop-remote-desktop', 'command':'cl-install-pxe', 'gui':True,