[yast-commit] r66828 - in /trunk/vm: VERSION package/yast2-vm.changes src/VM_XEN.ycp
Author: jsuchome Date: Wed Nov 16 12:50:50 2011 New Revision: 66828 URL: http://svn.opensuse.org/viewcvs/yast?rev=66828&view=rev Log: - merged texts from proofreading - 2.22.0 Modified: trunk/vm/VERSION trunk/vm/package/yast2-vm.changes trunk/vm/src/VM_XEN.ycp Modified: trunk/vm/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/VERSION?rev=66828&r1=66827&r2=66828&view=diff ============================================================================== --- trunk/vm/VERSION (original) +++ trunk/vm/VERSION Wed Nov 16 12:50:50 2011 @@ -1 +1 @@ -2.21.5 +2.22.0 Modified: trunk/vm/package/yast2-vm.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/package/yast2-vm.changes?rev=66828&r1=66827&r2=66828&view=diff ============================================================================== --- trunk/vm/package/yast2-vm.changes (original) +++ trunk/vm/package/yast2-vm.changes Wed Nov 16 12:50:50 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Nov 16 12:49:08 CET 2011 - jsuchome@suse.cz + +- merged texts from proofreading +- 2.22.0 + +------------------------------------------------------------------- Tue Nov 1 12:04:05 MDT 2011 - carnold@novell.com - bnc#727523 - yast2 xen should be modified for 32bit Modified: trunk/vm/src/VM_XEN.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/src/VM_XEN.ycp?rev=66828&r1=66827&r2=66828&view=diff ============================================================================== --- trunk/vm/src/VM_XEN.ycp (original) +++ trunk/vm/src/VM_XEN.ycp Wed Nov 16 12:50:50 2011 @@ -168,9 +168,9 @@ // xen domain0 installation help text - 2/4 _("<p>The required packages are installed into the system first. Then the boot loader is switched to GRUB (if not already used) and the Xen section is added to the boot loader menu if it is missing.</p>") + // xen domain0 installation help text - 3/4 - _("<p>GRUB is needed because it supports the multiboot standard required to boot Xen and Linux kernel.</p>") + + _("<p>GRUB is needed because it supports the multiboot standard required to boot Xen and the Linux kernel.</p>") + // xen domain0 installation help text - 4/4 - _("<p>When the configuration is successfully finished, it is possible to boot the VM Server from the boot loader menu.</p>"); + _("<p>When the configuration has finished successfully, you can boot the VM Server from the boot loader menu.</p>"); // error popup string abortmsg = _("The installation will be aborted."); @@ -178,7 +178,7 @@ // Generate a pop dialog to allow user selection of Xen or KVM UI::OpenDialog( `VBox( - `Label(_("Please select the virtualization platform to install")), + `Label(_("Select the virtualization platform to install.")), `Left(`CheckBox(`id(`xen), "Xen")), `Left(`CheckBox(`id(`kvm), "KVM")), `ButtonBox( -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org