Author: juhliarik Date: Fri Jun 27 10:43:12 2008 New Revision: 48569 URL: http://svn.opensuse.org/viewcvs/yast?rev=48569&view=rev Log: added fix for <b>Cancel</b> in dialog M ftp-server/src/complex.ycp * deleted <b></b> from Label widget Modified: trunk/ftp-server/src/complex.ycp Modified: trunk/ftp-server/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/src/complex.ycp?rev=48569&r1=48568&r2=48569&view=diff ============================================================================== --- trunk/ftp-server/src/complex.ycp (original) +++ trunk/ftp-server/src/complex.ycp Fri Jun 27 10:43:12 2008 @@ -82,7 +82,7 @@ `VBox( `Heading (_("No server package installed")), `Left(`Label(_("Please choose an ftp daemon."))), - `Left(`Label(_("Press <b>Cancel</b> to cancel the configuration of the ftp."))), + `Left(`Label(_("Press Cancel to cancel the configuration of the ftp."))), `Left(`RadioButton(`id(0), `opt(`notify), _("&vsftpd"), true)), `Left(`RadioButton(`id(1), `opt(`notify), _("&pure-ftpd"))), `HBox( -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org