Skip to content

Commit

Permalink
- bnc#877715 - SLES12_LOC : ALL_LANGS:the dialog Untranslated text
Browse files Browse the repository at this point in the history
  in 'Install Hypervisor and Tools' screen
- 3.1.12
  • Loading branch information
charlesa committed May 28, 2014
1 parent 783f8d2 commit f3672dd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions package/yast2-vm.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 28 10:30:33 MDT 2014 - carnold@suse.com

- bnc#877715 - SLES12_LOC : ALL_LANGS:the dialog Untranslated text
in 'Install Hypervisor and Tools' screen
- 3.1.12

-------------------------------------------------------------------
Fri May 23 10:01:44 MDT 2014 - carnold@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-vm.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-vm
Version: 3.1.11
Version: 3.1.12
Release: 0
Group: System/YaST

Expand Down
16 changes: 8 additions & 8 deletions src/modules/VM_XEN.rb
Expand Up @@ -225,8 +225,8 @@ def Information
widgets = Frame(_("Choose Hypervisor(s) to install"),
HBox(
VBox(
Left(Label("Server: Minimal system to get a running Hypervisor")),
Left(Label("Tools: Configure, manage and monitor virtual machines")),
Left(Label(_("Server: Minimal system to get a running Hypervisor"))),
Left(Label(_("Tools: Configure, manage and monitor virtual machines"))),
),
HSpacing(2),
),
Expand All @@ -241,15 +241,15 @@ def VMButtonBox
def KVMDialog
widgetKVM = Frame(_("KVM Hypervisor"),
HBox(
Left(CheckBox(Id(:kvm_server), Opt(:key_F6), "KVM server")),
Left(CheckBox(Id(:kvm_tools), Opt(:key_F7), "KVM tools")),
Left(CheckBox(Id(:kvm_server), Opt(:key_F6), _("KVM server"))),
Left(CheckBox(Id(:kvm_tools), Opt(:key_F7), _("KVM tools"))),
),
)
end
def LXCDialog
widgetLXC = Frame(_("libvirt LXC containers"),
HBox(
Left(CheckBox(Id(:lxc), Opt(:key_F4), "libvirt LXC daemon")),
Left(CheckBox(Id(:lxc), Opt(:key_F4), _("libvirt LXC daemon"))),
),
)
end
Expand All @@ -276,7 +276,7 @@ def LXCDialog
VSpacing(1),
Frame(_("Software to connect to Virtualization server"),
HBox(
Left(CheckBox(Id(:client_tools), "Virtualization client tools")),
Left(CheckBox(Id(:client_tools), _("Virtualization client tools"))),
),
),
LXCDialog(),
Expand All @@ -294,8 +294,8 @@ def LXCDialog
VSpacing(1),
Frame(_("Xen Hypervisor"),
HBox(
Left(CheckBox(Id(:xen_server), Opt(:key_F8), "Xen server")),
Left(CheckBox(Id(:xen_tools), Opt(:key_F9), "Xen tools")),
Left(CheckBox(Id(:xen_server), Opt(:key_F8), _("Xen server"))),
Left(CheckBox(Id(:xen_tools), Opt(:key_F9), _("Xen tools"))),
),
),
KVMDialog(),
Expand Down

0 comments on commit f3672dd

Please sign in to comment.