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,